diff --git a/tests/components/enphase_envoy/test_config_flow.py b/tests/components/enphase_envoy/test_config_flow.py index 9246e882c78..e2ad39ee763 100644 --- a/tests/components/enphase_envoy/test_config_flow.py +++ b/tests/components/enphase_envoy/test_config_flow.py @@ -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"