Set Z-Wave platforms fixture in config flow tests (#144470)

This commit is contained in:
Martin Hjelmare 2025-05-08 16:46:41 +02:00 committed by GitHub
parent a1599d5f7d
commit 014c5dc764
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,6 +62,12 @@ CP2652_ZIGBEE_DISCOVERY_INFO = UsbServiceInfo(
) )
@pytest.fixture
def platforms() -> list[str]:
"""Fixture to specify platforms to test."""
return []
@pytest.fixture(name="setup_entry") @pytest.fixture(name="setup_entry")
def setup_entry_fixture() -> Generator[AsyncMock]: def setup_entry_fixture() -> Generator[AsyncMock]:
"""Mock entry setup.""" """Mock entry setup."""