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