Skip to content

Commit

Permalink
test(disk-usage): correct the "output" dir in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Feb 8, 2024
1 parent 4495a03 commit a171b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/studies_blueprint/test_disk_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_disk_usage_endpoint(
assert 6 * 1024 * 1024 < disk_usage < 7 * 1024 * 1024

# Create dummy outputs for the variant
outputs_dir = tmp_path / "internal_workspace" / variant_id / "outputs"
outputs_dir = tmp_path / "internal_workspace" / variant_id / "output"
for output in ["20240208-1200eco", "20240208-1300eco"]:
output_dir = outputs_dir / output
output_dir.mkdir(parents=True)
Expand Down

0 comments on commit a171b98

Please sign in to comment.