We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babecdf commit 06d04c0Copy full SHA for 06d04c0
tests/components/reolink/conftest.py
@@ -81,6 +81,7 @@ def _init_host_mock(host_mock: MagicMock) -> None:
81
host_mock.set_audio = AsyncMock()
82
host_mock.set_email = AsyncMock()
83
host_mock.ONVIF_event_callback = AsyncMock()
84
+ host_mock.renew = AsyncMock()
85
host_mock.is_nvr = True
86
host_mock.is_hub = False
87
host_mock.mac_address = TEST_MAC
0 commit comments