Skip to content

Commit

Permalink
Add suggested chages
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhwaniartefact committed Sep 13, 2024
1 parent 63bc51d commit 5d577ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_fixity.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,9 +506,7 @@ def test_main_handles_exceptions_if_scanall_fails(_get, monkeypatch, capsys):
assert result == 1

captured = capsys.readouterr()

assert captured.out.strip() == ""

assert captured.err.strip() == "\n".join(
[
f"Internal error encountered while scanning AIP {aip_id} (StorageServiceError)",
Expand Down

0 comments on commit 5d577ff

Please sign in to comment.