Skip to content

Commit f1defd8

Browse files
committed
Fix missing creation of downloads directory
1 parent f707168 commit f1defd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def run_test():
332332
print("Beginning Integration test...")
333333

334334
client = init_client()
335-
test_download(client, override=True)
335+
test_download(client)
336336
upload_folder_id = test_upload(client)
337337
check_upload_completion(client, download_asset_id, upload_folder_id)
338338
# clean_up(client, upload_folder_id)

0 commit comments

Comments
 (0)