mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Use non-autospec mock for Reolink's light tests (#147621)
This commit is contained in:
@@ -81,6 +81,8 @@ def _init_host_mock(host_mock: MagicMock) -> None:
|
||||
host_mock.set_audio = AsyncMock()
|
||||
host_mock.set_email = AsyncMock()
|
||||
host_mock.ONVIF_event_callback = AsyncMock()
|
||||
host_mock.set_whiteled = AsyncMock()
|
||||
host_mock.set_state_light = AsyncMock()
|
||||
host_mock.renew = AsyncMock()
|
||||
host_mock.is_nvr = True
|
||||
host_mock.is_hub = False
|
||||
|
||||
Reference in New Issue
Block a user