From 679ff29992b90c151b586050863b3ee00343856d Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Fri, 29 Aug 2025 15:24:19 +0200 Subject: [PATCH] Update tests/components/go2rtc/test_init.py --- tests/components/go2rtc/test_init.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/components/go2rtc/test_init.py b/tests/components/go2rtc/test_init.py index 58472d020b9..d54f927dc1a 100644 --- a/tests/components/go2rtc/test_init.py +++ b/tests/components/go2rtc/test_init.py @@ -746,7 +746,6 @@ async def _test_camera_orientation_webrtc( ) -> None: """Test camera orientation handling in go2rtc provider on WebRTC stream.""" - # Ensure go2rtc provider is initialized async def camera_fn(hass: HomeAssistant, camera: MockCamera) -> None: """Mock function to simulate WebRTC offer handling.""" receive_message_callback = Mock()