Skip to content

Commit ef4cf56

Browse files
committed
Fix test upload params
1 parent 236b3a8 commit ef4cf56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

multinet/api/tests/test_upload_csv.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def local_csv_upload(path: pathlib.Path, workspace, user) -> Upload:
3232
user=user,
3333
blob=file,
3434
data_type=Upload.DataType.CSV,
35+
delimiter=",",
36+
quotechar="\"",
3537
)
3638

3739

0 commit comments

Comments
 (0)