1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Correct websocket commands test name (#157870)

This commit is contained in:
Abílio Costa
2025-12-04 11:14:34 +00:00
committed by GitHub
parent 53c644ac5b
commit bf7b96622c

View File

@@ -3660,7 +3660,7 @@ async def test_extract_from_target_validation_error(
@pytest.mark.usefixtures("enable_experimental_triggers_conditions", "target_entities")
@patch("annotatedyaml.loader.load_yaml")
@pytest.mark.parametrize("automation_component", ["trigger", "condition"])
async def test_get_triggers_for_target(
async def test_get_triggers_conditions_for_target(
mock_load_yaml: Mock,
hass: HomeAssistant,
websocket_client: MockHAClientWebSocket,