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 4cdfa3b commit a25afe2Copy full SHA for a25afe2
tests/components/conftest.py
@@ -547,6 +547,7 @@ def supervisor_client() -> Generator[AsyncMock]:
547
supervisor_client.homeassistant = AsyncMock()
548
supervisor_client.host = AsyncMock()
549
supervisor_client.jobs = AsyncMock()
550
+ supervisor_client.jobs.info.return_value = MagicMock()
551
supervisor_client.mounts.info.return_value = mounts_info_mock
552
supervisor_client.os = AsyncMock()
553
supervisor_client.resolution = AsyncMock()
0 commit comments