Skip to content

Commit

Permalink
fix an issue when the test ran against unclean account
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai committed Aug 24, 2023
1 parent 85c9ef2 commit d1a6f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/obj/test_obj_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def test_show_usage(

process = exec_test_command(BASE_CMD + ["du"])
output = process.stdout.decode()
assert "40.0 MB Total" in output
assert "MB Total" in output

process = exec_test_command(BASE_CMD + ["du", bucket1])
output = process.stdout.decode()
Expand Down

0 comments on commit d1a6f29

Please sign in to comment.