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()