Skip to content

Commit aa1eb48

Browse files
committed
fix e2e test
1 parent bcc2567 commit aa1eb48

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
@@ -52,7 +52,7 @@ def max_diff(data: List[int]) -> int:
5252
)
5353
assert (
5454
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=}"
55+
), f"Used more than {_allowed_ram_usage_in_mb=} to upload file of size {tmp_file.stat().st_size=}"
5656
uploaded_file2: osparc.File = files_api.upload_file(tmp_file)
5757
assert (
5858
uploaded_file1.id == uploaded_file2.id

0 commit comments

Comments
 (0)