Skip to content

Commit 065fdfc

Browse files
author
Lingling Peng
committed
fix test
1 parent 00e8bf6 commit 065fdfc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/unit/synapseclient/models/async/unit_test_curation_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -850,6 +850,7 @@ async def test_import_csv_async(self) -> None:
850850

851851
# Mock preview response with suggested columns
852852
mock_preview_response = UploadToTablePreviewRequest(
853+
upload_file_handle_id=FILE_HANDLE_ID,
853854
csv_table_descriptor=csv_table_descriptor,
854855
suggested_columns=expected_columns,
855856
sample_rows=[["value1"]],

0 commit comments

Comments
 (0)