mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
spelling: components/blueprint (#64271)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
a94fa01574
commit
80b367b446
@ -48,7 +48,7 @@ async def test_list_blueprints_non_existing_domain(hass, hass_ws_client):
|
||||
"""Test listing blueprints."""
|
||||
client = await hass_ws_client(hass)
|
||||
await client.send_json(
|
||||
{"id": 5, "type": "blueprint/list", "domain": "not_existsing"}
|
||||
{"id": 5, "type": "blueprint/list", "domain": "not_existing"}
|
||||
)
|
||||
|
||||
msg = await client.receive_json()
|
||||
|
Loading…
x
Reference in New Issue
Block a user