We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9863d34 commit 731f507Copy full SHA for 731f507
tests/components/actron_air/test_config_flow.py
@@ -240,6 +240,9 @@ async def test_reauth_flow_wrong_account(
240
assert result["step_id"] == "user"
241
assert result["progress_action"] == "wait_for_authorization"
242
243
+ # Wait for the progress to complete
244
+ await hass.async_block_till_done()
245
+
246
# Continue the flow after progress is done
247
result = await hass.config_entries.flow.async_configure(result["flow_id"])
248
0 commit comments