Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Karolk99 committed Sep 19, 2024
1 parent 14b64a9 commit 57cb118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_room_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57cb118

Please sign in to comment.