Fix nest test

This commit is contained in:
Robert Resch 2024-11-14 13:48:24 +01:00
parent e4b66013c9
commit 6366864cd2
No known key found for this signature in database
GPG key ID: 9D9D9DCB43120143

View file

@ -745,7 +745,7 @@ async def test_camera_web_rtc_unsupported(
assert not msg["success"]
assert msg["error"] == {
"code": "webrtc_offer_failed",
"message": "Camera does not support WebRTC, frontend_stream_type=hls",
"message": "Camera does not support WebRTC, frontend_stream_types={<StreamType.HLS: 'hls'>}",
}