Skip to content

Commit 0cc2051

Browse files
committed
precommit fail fix
1 parent 4c0ab99 commit 0cc2051

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

imap_processing/tests/test_cli.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,5 @@ def test_post_processing_upload_unknown_error(
10441044

10451045
# Checks the upload failure was logged
10461046
assert any(
1047-
"Upload failed unknown error" in str(call)
1048-
for call in mock_error.call_args_list
1047+
"Upload failed unknown error" in str(call) for call in mock_error.call_args_list
10491048
)

0 commit comments

Comments
 (0)