Fix zha test RuntimeWarnings (#128975)
parent
6c3a0890c7
commit
44449d8e72
|
@ -122,7 +122,9 @@ def backup(make_backup):
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(autouse=True)
|
@pytest.fixture(autouse=True)
|
||||||
def mock_supervisor_client(supervisor_client: AsyncMock) -> None:
|
def mock_supervisor_client(
|
||||||
|
supervisor_client: AsyncMock, addon_store_info: AsyncMock
|
||||||
|
) -> None:
|
||||||
"""Mock supervisor client."""
|
"""Mock supervisor client."""
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue