mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Fix zha test RuntimeWarnings (#128975)
This commit is contained in:
parent
6c3a0890c7
commit
44449d8e72
@ -122,7 +122,9 @@ def backup(make_backup):
|
||||
|
||||
|
||||
@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."""
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user