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

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")
def setup_entry_fixture() -> Generator[AsyncMock]:
"""Mock entry setup."""