Skip to content

Commit

Permalink
await hass.async_block_till_done()
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Jan 1, 2025
1 parent c85254b commit 5152bf8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ async def test_changing_options_when_using_yaml(hass):
await hass.config_entries.async_setup(entry.entry_id)

result = await hass.config_entries.options.async_init(entry.entry_id)
await hass.async_block_till_done()
result = await hass.config_entries.options.async_configure(
result["flow_id"],
user_input={},
Expand Down

0 comments on commit 5152bf8

Please sign in to comment.