spelling: components/blueprint (#64271)

Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-01-17 09:10:12 -05:00
committed by GitHub
parent a94fa01574
commit 80b367b446

View File

@@ -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()