Use common strings in esphome config flow (#41547)
This commit is contained in:
parent
a9adc2a6f0
commit
0a1d9abe79
3 changed files with 4 additions and 4 deletions
|
@ -174,7 +174,7 @@ async def test_user_invalid_password(hass, mock_api_connection_error, mock_clien
|
|||
|
||||
assert result["type"] == RESULT_TYPE_FORM
|
||||
assert result["step_id"] == "authenticate"
|
||||
assert result["errors"] == {"base": "invalid_password"}
|
||||
assert result["errors"] == {"base": "invalid_auth"}
|
||||
|
||||
|
||||
async def test_discovery_initiation(hass, mock_client):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue