There was an error while loading. Please reload this page.
1 parent bc0c4c7 commit e612ed2Copy full SHA for e612ed2
1 file changed
imap_processing/tests/test_cli.py
@@ -984,7 +984,7 @@ def test_post_processing_upload_503_error(
984
with pytest.raises(imap_data_access.io.IMAPDataAccessError):
985
instrument.process()
986
987
- # Check the upload failure was logged
+ # Checks the upload failure was logged
988
assert any(
989
"Upload failed with error" in str(call)
990
for call in mock_error.call_args_list
0 commit comments