Skip to content

Commit 9796852

Browse files
committed
Linter.
1 parent d6b9ff7 commit 9796852

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integration/test_workflow_events.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ def mock_run_event_handlers(self, event, reason=""):
234234
await asyncio.sleep(0.1)
235235

236236
assert (
237-
"[('workflow-event-handler-00', 'shutdown') err] killed on timeout (PT1S)"
237+
"[('workflow-event-handler-00', 'shutdown') err]"
238+
" killed on timeout (PT1S)"
238239
in caplog.text
239240
)

0 commit comments

Comments
 (0)