Skip to content

Commit bf7b966

Browse files
authored
Correct websocket commands test name (home-assistant#157870)
1 parent 53c644a commit bf7b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/components/websocket_api/test_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@ async def test_extract_from_target_validation_error(
36603660
@pytest.mark.usefixtures("enable_experimental_triggers_conditions", "target_entities")
36613661
@patch("annotatedyaml.loader.load_yaml")
36623662
@pytest.mark.parametrize("automation_component", ["trigger", "condition"])
3663-
async def test_get_triggers_for_target(
3663+
async def test_get_triggers_conditions_for_target(
36643664
mock_load_yaml: Mock,
36653665
hass: HomeAssistant,
36663666
websocket_client: MockHAClientWebSocket,

0 commit comments

Comments
 (0)