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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user