1
0
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:
springstan
2020-11-24 18:00:16 +01:00
committed by GitHub
parent 3dd14e05e3
commit 5a892e8fca
11 changed files with 14 additions and 13 deletions

View File

@@ -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):