Replace/restructure HomeWizard device fixtures to reflect reality (#103311)
This commit is contained in:
parent
aa2a748235
commit
109944e4ff
23 changed files with 386 additions and 2404 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue