spelling: components/blueprint (#64271)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user