Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Jan 16, 2023
1 parent f45f682 commit 1dab552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ async def test_camera_option_rtsp_stream_url_template(
) -> None:
"""Verify camera with the RTSP URL template option."""
config: dict[str, Any] = copy.deepcopy(TEST_CONFIG)
config["go2rtc"] = {}
client = create_mock_frigate_client()
client.async_get_config = AsyncMock(return_value=config)
config_entry = create_mock_frigate_config_entry(
Expand Down

0 comments on commit 1dab552

Please sign in to comment.