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 bcc2567 commit aa1eb48Copy full SHA for aa1eb48
clients/python/test/e2e/test_files_api.py
@@ -52,7 +52,7 @@ def max_diff(data: List[int]) -> int:
52
)
53
assert (
54
max_diff(upload_ram_usage_in_mb) < _allowed_ram_usage_in_mb
55
- ), f"Used more than {_allowed_ram_usage_in_mb=} to upload file of size {create_tmp_file.stat().st_size=}"
+ ), f"Used more than {_allowed_ram_usage_in_mb=} to upload file of size {tmp_file.stat().st_size=}"
56
uploaded_file2: osparc.File = files_api.upload_file(tmp_file)
57
58
uploaded_file1.id == uploaded_file2.id
0 commit comments