From 80b367b4465925a6a293cb1fb07d17c1066a1eac Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Mon, 17 Jan 2022 09:10:12 -0500 Subject: [PATCH] spelling: components/blueprint (#64271) Co-authored-by: Josh Soref --- tests/components/blueprint/test_websocket_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/components/blueprint/test_websocket_api.py b/tests/components/blueprint/test_websocket_api.py index 6dfd445c634..51b8184354a 100644 --- a/tests/components/blueprint/test_websocket_api.py +++ b/tests/components/blueprint/test_websocket_api.py @@ -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()