diff --git a/tests/components/rtsp_to_webrtc/test_diagnostics.py b/tests/components/rtsp_to_webrtc/test_diagnostics.py index e020ebfd5f3..8af6b914191 100644 --- a/tests/components/rtsp_to_webrtc/test_diagnostics.py +++ b/tests/components/rtsp_to_webrtc/test_diagnostics.py @@ -2,6 +2,8 @@ from typing import Any +from freezegun.api import FrozenDateTimeFactory + from homeassistant.core import HomeAssistant from .conftest import ComponentSetup @@ -19,6 +21,7 @@ async def test_entry_diagnostics( config_entry: MockConfigEntry, rtsp_to_webrtc_client: Any, setup_integration: ComponentSetup, + freezer: FrozenDateTimeFactory, ) -> None: """Test config entry diagnostics.""" await setup_integration()