We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6906193 commit 4026a56Copy full SHA for 4026a56
tests/test_jobs.py
@@ -82,7 +82,7 @@ def test_sigterm(schema_any):
82
except SystemExit:
83
pass
84
85
- assert len(schema_any.jobs.fetch()), "SigTermjobs table is empty"
+ assert len(schema_any.jobs.fetch()), "SigTerm jobs table is empty"
86
status, error_message = schema_any.jobs.fetch1("status", "error_message")
87
assert status == "error"
88
assert error_message == "SystemExit: SIGTERM received"
0 commit comments