1
0
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:
Marc Mueller
2025-11-04 17:15:20 +01:00
committed by GitHub
parent 4cdfa3bddb
commit a25afe2834
+1
View File
@@ -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()