mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix zha test RuntimeWarnings (#128975)
This commit is contained in:
@@ -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."""
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user