Skip to content

Commit 8ff6465

Browse files
committed
fix test error
1 parent 3861606 commit 8ff6465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_check_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def mock_request_status(*args, **kwargs):
153153
sys.stdout.flush()
154154

155155
# Check expected messages and behavior
156-
assert any('Submitting a test job' in msg for msg in printed_messages)
156+
assert any('Submitting test job' in msg for msg in printed_messages)
157157
assert any('Test job has been submitted' in msg for msg in printed_messages)
158158
assert any(f'{CHECK_MARK} All good in test job!' in msg for msg in printed_messages)
159159

0 commit comments

Comments
 (0)