diff --git a/tests/components/shelly/test_config_flow.py b/tests/components/shelly/test_config_flow.py index c3c1fc36c2e..1a680bcfc68 100644 --- a/tests/components/shelly/test_config_flow.py +++ b/tests/components/shelly/test_config_flow.py @@ -1092,6 +1092,7 @@ async def test_zeroconf_sleeping_device_not_triggers_refresh( await hass.async_block_till_done() mock_rpc_device.mock_update() + await hass.async_block_till_done() assert "online, resuming setup" in caplog.text