Skip to content

Commit 98d4648

Browse files
author
Ilyas Gasanov
committed
[DOP-21442] Add Excel API schema
1 parent 83c62a7 commit 98d4648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_integration/test_run_transfer/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ def source_file_format(request: FixtureRequest):
515515
if name == "csv":
516516
return "csv", CSV(
517517
lineSep="\n",
518-
include_header=True,
518+
header=True,
519519
**params,
520520
)
521521

@@ -542,7 +542,7 @@ def target_file_format(request: FixtureRequest):
542542
if name == "csv":
543543
return "csv", CSV(
544544
lineSep="\n",
545-
include_header=True,
545+
header=True,
546546
timestampFormat="yyyy-MM-dd'T'HH:mm:ss.SSSSSS+00:00",
547547
**params,
548548
)

0 commit comments

Comments
 (0)