fix: small fix for testing ping timeouts
ref: N25B-205
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user