From 57cb1189e694e22e7a8f65decc29a195d798f76c Mon Sep 17 00:00:00 2001 From: Karol Konkol Date: Thu, 19 Sep 2024 20:41:37 +0200 Subject: [PATCH] Fix tests --- tests/test_room_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_room_api.py b/tests/test_room_api.py index 12d9aca..061e073 100644 --- a/tests/test_room_api.py +++ b/tests/test_room_api.py @@ -396,7 +396,7 @@ def _assert_peer_created(self, room_api, webrtc_peer, room_id): type="webrtc", status=PeerStatus("disconnected"), tracks=[], - metadata=None, + metadata={"peer": {}, "server": {}}, ) room = room_api.get_room(room_id)