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

Use reference strings in Alarmdecoder (#41392)

This commit is contained in:
SNoof85
2020-10-07 14:46:17 +02:00
committed by GitHub
parent d2d3749223
commit b7c2e117be
3 changed files with 3 additions and 3 deletions

View File

@@ -126,7 +126,7 @@ async def test_setup_connection_error(hass: HomeAssistant):
result["flow_id"], connection_settings
)
assert result["type"] == data_entry_flow.RESULT_TYPE_FORM
assert result["errors"] == {"base": "service_unavailable"}
assert result["errors"] == {"base": "cannot_connect"}
async def test_options_arm_flow(hass: HomeAssistant):