Skip to content

Commit 731f507

Browse files
authored
Fix actron_air config_flow test (home-assistant#159157)
1 parent 9863d34 commit 731f507

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/components/actron_air/test_config_flow.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ async def test_reauth_flow_wrong_account(
240240
assert result["step_id"] == "user"
241241
assert result["progress_action"] == "wait_for_authorization"
242242

243+
# Wait for the progress to complete
244+
await hass.async_block_till_done()
245+
243246
# Continue the flow after progress is done
244247
result = await hass.config_entries.flow.async_configure(result["flow_id"])
245248

0 commit comments

Comments
 (0)