Fix nest test
This commit is contained in:
parent
e4b66013c9
commit
6366864cd2
1 changed files with 1 additions and 1 deletions
|
@ -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'>}",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue