1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Axis improve fixture naming (#120844)

This commit is contained in:
Robert Svensson
2024-06-30 14:52:20 +02:00
committed by GitHub
parent d15d001cfc
commit ca7fb906cc
9 changed files with 82 additions and 81 deletions

View File

@@ -30,7 +30,7 @@ root.IOPort.I1.Output.Active=open
@pytest.mark.parametrize("param_ports_payload", [PORT_DATA])
@pytest.mark.usefixtures("setup_config_entry")
@pytest.mark.usefixtures("config_entry_setup")
async def test_switches_with_port_cgi(
hass: HomeAssistant,
mock_rtsp_event: Callable[[str, str, str, str, str, str], None],
@@ -115,7 +115,7 @@ PORT_MANAGEMENT_RESPONSE = {
@pytest.mark.parametrize("api_discovery_items", [API_DISCOVERY_PORT_MANAGEMENT])
@pytest.mark.parametrize("port_management_payload", [PORT_MANAGEMENT_RESPONSE])
@pytest.mark.usefixtures("setup_config_entry")
@pytest.mark.usefixtures("config_entry_setup")
async def test_switches_with_port_management(
hass: HomeAssistant,
mock_rtsp_event: Callable[[str, str, str, str, str, str], None],