mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Fix hassio test RuntimeWarning (#155787)
This commit is contained in:
@@ -547,6 +547,7 @@ def supervisor_client() -> Generator[AsyncMock]:
|
||||
supervisor_client.homeassistant = AsyncMock()
|
||||
supervisor_client.host = AsyncMock()
|
||||
supervisor_client.jobs = AsyncMock()
|
||||
supervisor_client.jobs.info.return_value = MagicMock()
|
||||
supervisor_client.mounts.info.return_value = mounts_info_mock
|
||||
supervisor_client.os = AsyncMock()
|
||||
supervisor_client.resolution = AsyncMock()
|
||||
|
||||
Reference in New Issue
Block a user