Update tests/components/go2rtc/test_init.py

This commit is contained in:
Robert Resch
2025-08-29 15:24:19 +02:00
committed by GitHub
parent cb8868ce0a
commit 679ff29992

View File

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