Replace/restructure HomeWizard device fixtures to reflect reality (#103311)

This commit is contained in:
Franck Nijhof 2023-11-04 13:37:08 +01:00 committed by GitHub
parent aa2a748235
commit 109944e4ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 386 additions and 2404 deletions

View file

@ -10,9 +10,7 @@ from tests.components.diagnostics import get_diagnostics_for_config_entry
from tests.typing import ClientSessionGenerator
@pytest.mark.parametrize(
"device_fixture", ["device-HWE-P1.json", "device-HWE-SKT.json"]
)
@pytest.mark.parametrize("device_fixture", ["HWE-P1", "HWE-SKT", "SDM230"])
async def test_diagnostics(
hass: HomeAssistant,
hass_client: ClientSessionGenerator,