diff --git a/tests/components/conftest.py b/tests/components/conftest.py index a35d86ec819..86502d87312 100644 --- a/tests/components/conftest.py +++ b/tests/components/conftest.py @@ -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()