Skip to content

Commit 795182b

Browse files
committed
fix
1 parent fe4f50c commit 795182b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/python/test/e2e/test_files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def test_upload_file(
4646
uploaded_file1.id == uploaded_file2.id
4747
), "could not detect that file was already on server"
4848
downloaded_file = files_api.download_file(
49-
uploaded_file1.id, destination_folder=tmp_path, retval=True
49+
uploaded_file1.id, destination_folder=tmp_path
5050
)
5151
assert Path(downloaded_file).parent == tmp_path
5252
assert _hash_file(Path(downloaded_file)) == _hash_file(tmp_file)

0 commit comments

Comments
 (0)