merge dev into main #49

Merged
8464960 merged 430 commits from dev into main 2026-01-28 10:49:15 +00:00
Showing only changes of commit 59c2edc3c6 - Show all commits

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