Skip to content

Commit 0f12a40

Browse files
authored
Fix typing in websocket_api test (home-assistant#156964)
1 parent bf124da commit 0f12a40

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
@@ -3259,7 +3259,7 @@ async def test_extract_from_target(
32593259
) -> None:
32603260
"""Test extract_from_target command with mixed target types including entities, devices, areas, and labels."""
32613261

3262-
async def call_command(target: dict[str, str]) -> Any:
3262+
async def call_command(target: dict[str, list[str]]) -> Any:
32633263
await websocket_client.send_json_auto_id(
32643264
{"type": "extract_from_target", "target": target}
32653265
)

0 commit comments

Comments
 (0)