1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +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

@@ -69,7 +69,7 @@ def light_control_fixture(light_control_items: list[dict[str, Any]]) -> None:
@pytest.mark.parametrize("api_discovery_items", [API_DISCOVERY_LIGHT_CONTROL])
@pytest.mark.parametrize("light_control_items", [[]])
@pytest.mark.usefixtures("setup_config_entry")
@pytest.mark.usefixtures("config_entry_setup")
async def test_no_light_entity_without_light_control_representation(
hass: HomeAssistant,
mock_rtsp_event: Callable[[str, str, str, str, str, str], None],
@@ -88,7 +88,7 @@ async def test_no_light_entity_without_light_control_representation(
@pytest.mark.parametrize("api_discovery_items", [API_DISCOVERY_LIGHT_CONTROL])
@pytest.mark.usefixtures("setup_config_entry")
@pytest.mark.usefixtures("config_entry_setup")
async def test_lights(
hass: HomeAssistant,
mock_rtsp_event: Callable[[str, str, str, str, str, str], None],