mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Create issues for reauth flows (#109105)
This commit is contained in:
@@ -79,6 +79,7 @@ async def test_invalid_credentials(hass: HomeAssistant) -> None:
|
||||
"homeassistant.components.abode.config_flow.AbodeFlowHandler.async_step_reauth",
|
||||
return_value={
|
||||
"type": data_entry_flow.FlowResultType.FORM,
|
||||
"flow_id": "mock_flow",
|
||||
"step_id": "reauth_confirm",
|
||||
},
|
||||
) as mock_async_step_reauth:
|
||||
|
||||
Reference in New Issue
Block a user