mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Use reference strings in Notion (#41211)
This commit is contained in:
@@ -53,7 +53,7 @@ async def test_invalid_credentials(hass, mock_aionotion):
|
||||
flow.context = {"source": SOURCE_USER}
|
||||
|
||||
result = await flow.async_step_user(user_input=conf)
|
||||
assert result["errors"] == {"base": "invalid_credentials"}
|
||||
assert result["errors"] == {"base": "invalid_auth"}
|
||||
|
||||
|
||||
async def test_show_form(hass):
|
||||
|
||||
Reference in New Issue
Block a user