chore: adjust message/command structure and write unit tests

ref: N25B-205
This commit is contained in:
Björn Otgaar
2025-10-23 12:54:53 +02:00
parent 530fc42c50
commit 1f8d769762
7 changed files with 90 additions and 12 deletions

View File

@@ -358,7 +358,7 @@ async def test_listen_behaviour_ping_correct(caplog):
agent.add_behaviour(behaviour)
# Run once (CyclicBehaviour normally loops)
with caplog.at_level("INFO"):
with caplog.at_level("DEBUG"):
await behaviour.run()
fake_socket.send_json.assert_awaited()