Create issues for reauth flows (#109105)
This commit is contained in:
parent
71c2460161
commit
ffdcdaf43b
8 changed files with 209 additions and 9 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue