diff --git a/features/steps/tdd_session_create_suppress_exception_steps.py b/features/steps/tdd_session_create_suppress_exception_steps.py index 1044d19db..25c2176a4 100644 --- a/features/steps/tdd_session_create_suppress_exception_steps.py +++ b/features/steps/tdd_session_create_suppress_exception_steps.py @@ -114,9 +114,7 @@ class _CapturingHandler(logging.Handler): self.records.append(record) -@then( - "a WARNING log entry should have been emitted for the facade dispatch failure" -) +@then("a WARNING log entry should have been emitted for the facade dispatch failure") def step_then_warning_logged(context: Context) -> None: """Assert that a WARNING log entry was emitted when the facade dispatch raised.