fix: wait for req socket send to make sure we dont stay stuck - if there's no... #23
@@ -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