Skip to content

Commit

Permalink
πŸ› Fix e2e test (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
bisgaard-itis authored Nov 12, 2024
1 parent bcc2567 commit 0fb24bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/python/test/e2e/test_files_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def max_diff(data: List[int]) -> int:
)
assert (
max_diff(upload_ram_usage_in_mb) < _allowed_ram_usage_in_mb
), 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=}"
uploaded_file2: osparc.File = files_api.upload_file(tmp_file)
assert (
uploaded_file1.id == uploaded_file2.id
Expand Down

0 comments on commit 0fb24bd

Please sign in to comment.