Fix zha test RuntimeWarnings (#128975)

pull/128990/head
Marc Mueller 2024-10-22 18:05:40 +02:00 committed by GitHub
parent 6c3a0890c7
commit 44449d8e72
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -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."""