Fix test RuntimeWarnings for hassio (#141883)

This commit is contained in:
Marc Mueller 2025-03-31 00:00:48 +02:00 committed by GitHub
parent 1c16fb8e42
commit 7336178e03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,6 +42,7 @@ def mock_all(
aioclient_mock: AiohttpClientMocker,
supervisor_is_connected: AsyncMock,
resolution_info: AsyncMock,
addon_info: AsyncMock,
) -> None:
"""Mock all setup requests."""
aioclient_mock.post("http://127.0.0.1/homeassistant/options", json={"result": "ok"})