Use reference strings in Totalconnect (#41047)
* Update strings.json * Update config_flow.py * Update test_config_flow.py
This commit is contained in:
parent
4ab479d48d
commit
f654834d34
3 changed files with 5 additions and 5 deletions
|
@ -100,4 +100,4 @@ async def test_login_failed(hass):
|
|||
)
|
||||
|
||||
assert result["type"] == data_entry_flow.RESULT_TYPE_FORM
|
||||
assert result["errors"] == {"base": "login"}
|
||||
assert result["errors"] == {"base": "invalid_auth"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue