Create issues for reauth flows (#109105)

This commit is contained in:
Erik Montnemery 2024-01-31 15:05:52 +01:00 committed by GitHub
parent 71c2460161
commit ffdcdaf43b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 209 additions and 9 deletions

View file

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