1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Use references in airvisual strings.json (#41005)

This commit is contained in:
Davey Chu
2020-10-01 21:49:16 +02:00
committed by GitHub
parent b45215f1d2
commit 4b225a87c5
3 changed files with 5 additions and 5 deletions

View File

@@ -140,7 +140,7 @@ async def test_node_pro_error(hass):
result["flow_id"], user_input=node_pro_conf
)
assert result["type"] == data_entry_flow.RESULT_TYPE_FORM
assert result["errors"] == {CONF_IP_ADDRESS: "unable_to_connect"}
assert result["errors"] == {CONF_IP_ADDRESS: "cannot_connect"}
async def test_options_flow(hass):