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 e587970 commit c5fb191Copy full SHA for c5fb191
packages/faststream-stomp/test_faststream_stomp/test_integration.py
@@ -169,7 +169,7 @@ async def test_ok(
169
monkeypatch.delenv("PYTEST_CURRENT_TEST")
170
broker: StompBroker = request.getfixturevalue("broker")
171
assert broker.logger
172
- broker.logger = mock.Mock(log=(log_mock := mock.Mock()))
+ broker.logger = mock.Mock(log=(log_mock := mock.Mock()), handlers=[])
173
174
@broker.subscriber(destination := faker.pystr())
175
def some_handler() -> None: ...
0 commit comments