Fix lingering timer in enphase_envoy test (#111165)

This commit is contained in:
J. Nick Koston 2024-02-22 12:33:44 -10:00 committed by GitHub
parent fb7da1ba83
commit 32cd3ad862
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -302,6 +302,7 @@ async def test_form_host_already_exists(
"password": "changed-password", "password": "changed-password",
}, },
) )
await hass.async_block_till_done()
assert result3["type"] == "abort" assert result3["type"] == "abort"
assert result3["reason"] == "reauth_successful" assert result3["reason"] == "reauth_successful"