We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f707168 commit f1defd8Copy full SHA for f1defd8
tests/integration.py
@@ -332,7 +332,7 @@ def run_test():
332
print("Beginning Integration test...")
333
334
client = init_client()
335
- test_download(client, override=True)
+ test_download(client)
336
upload_folder_id = test_upload(client)
337
check_upload_completion(client, download_asset_id, upload_folder_id)
338
# clean_up(client, upload_folder_id)
0 commit comments