mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add unknown_authorize_url_generation to base strings for config flows (#42484)
This commit is contained in:
@@ -141,7 +141,7 @@ async def test_abort_if_exception_generating_auth_url(hass):
|
||||
|
||||
result = await flow.async_step_user()
|
||||
assert result["type"] == data_entry_flow.RESULT_TYPE_ABORT
|
||||
assert result["reason"] == "authorize_url_fail"
|
||||
assert result["reason"] == "unknown_authorize_url_generation"
|
||||
|
||||
|
||||
async def test_abort_no_code(hass):
|
||||
|
||||
Reference in New Issue
Block a user