Skip to content

Commit e612ed2

Browse files
committed
forgot to run pre-check
1 parent bc0c4c7 commit e612ed2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imap_processing/tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ def test_post_processing_upload_503_error(
984984
with pytest.raises(imap_data_access.io.IMAPDataAccessError):
985985
instrument.process()
986986

987-
# Check the upload failure was logged
987+
# Checks the upload failure was logged
988988
assert any(
989989
"Upload failed with error" in str(call)
990990
for call in mock_error.call_args_list

0 commit comments

Comments
 (0)