We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c644a commit bf7b966Copy full SHA for bf7b966
tests/components/websocket_api/test_commands.py
@@ -3660,7 +3660,7 @@ async def test_extract_from_target_validation_error(
3660
@pytest.mark.usefixtures("enable_experimental_triggers_conditions", "target_entities")
3661
@patch("annotatedyaml.loader.load_yaml")
3662
@pytest.mark.parametrize("automation_component", ["trigger", "condition"])
3663
-async def test_get_triggers_for_target(
+async def test_get_triggers_conditions_for_target(
3664
mock_load_yaml: Mock,
3665
hass: HomeAssistant,
3666
websocket_client: MockHAClientWebSocket,
0 commit comments