mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 21:40:16 +00:00
Use non-autospec mock for Reolink's util and view tests (#148579)
This commit is contained in:
@@ -84,6 +84,8 @@ def _init_host_mock(host_mock: MagicMock) -> None:
|
||||
host_mock.set_whiteled = AsyncMock()
|
||||
host_mock.set_state_light = AsyncMock()
|
||||
host_mock.renew = AsyncMock()
|
||||
host_mock.get_vod_source = AsyncMock()
|
||||
host_mock.expire_session = AsyncMock()
|
||||
host_mock.is_nvr = True
|
||||
host_mock.is_hub = False
|
||||
host_mock.mac_address = TEST_MAC
|
||||
|
||||
Reference in New Issue
Block a user