Skip to content

Commit f5d15f3

Browse files
committed
fix: fix the integration test error
Signed-off-by: Alan Tang <[email protected]>
1 parent 2765630 commit f5d15f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests-integration/src/tests/instance_test.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,10 @@ async fn test_cast_type_issue_1594(instance: Arc<dyn MockInstance>) {
18541854

18551855
let output = execute_sql(
18561856
&instance,
1857-
&format!("copy tsbs_cpu from '{}' WITH(FORMAT='csv');", &filepath),
1857+
&format!(
1858+
"copy tsbs_cpu from '{}' WITH(FORMAT='csv', header='false');",
1859+
&filepath
1860+
),
18581861
)
18591862
.await;
18601863

0 commit comments

Comments
 (0)