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 fe4f50c commit 795182bCopy full SHA for 795182b
clients/python/test/e2e/test_files_api.py
@@ -46,7 +46,7 @@ def test_upload_file(
46
uploaded_file1.id == uploaded_file2.id
47
), "could not detect that file was already on server"
48
downloaded_file = files_api.download_file(
49
- uploaded_file1.id, destination_folder=tmp_path, retval=True
+ uploaded_file1.id, destination_folder=tmp_path
50
)
51
assert Path(downloaded_file).parent == tmp_path
52
assert _hash_file(Path(downloaded_file)) == _hash_file(tmp_file)
0 commit comments