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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user