diff --git a/tests/test_fixity.py b/tests/test_fixity.py index 1d68d8a..02be432 100644 --- a/tests/test_fixity.py +++ b/tests/test_fixity.py @@ -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)",