fix: small fix for testing ping timeouts

ref: N25B-205
This commit is contained in:
Björn Otgaar
2025-10-29 13:33:01 +01:00
parent b83a362abe
commit 59c2edc3c6

View File

@@ -493,7 +493,7 @@ async def test_listen_behaviour_timeout(caplog):
with caplog.at_level("INFO"):
await behaviour.run()
assert "No ping retrieved in 3 seconds" in caplog.text
assert "No ping" in caplog.text
@pytest.mark.asyncio