diff --git a/tests/components/github/test_config_flow.py b/tests/components/github/test_config_flow.py index 0edb90bee14..4f805cf43fc 100644 --- a/tests/components/github/test_config_flow.py +++ b/tests/components/github/test_config_flow.py @@ -61,6 +61,8 @@ async def test_full_user_flow_implementation( assert result["step_id"] == "device" assert result["type"] == FlowResultType.SHOW_PROGRESS + # Wait for the task to start before configuring + await hass.async_block_till_done() result = await hass.config_entries.flow.async_configure(result["flow_id"]) result = await hass.config_entries.flow.async_configure(