Skip to content

Commit

Permalink
Fix lingering timers in sia tests (#91407)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Apr 17, 2023
1 parent 7c9242b commit dd7de48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/components/sia/test_config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ async def test_options_basic(hass: HomeAssistant) -> None:
updated = await hass.config_entries.options.async_configure(
result["flow_id"], BASIC_OPTIONS
)
await hass.async_block_till_done()
assert updated["type"] == data_entry_flow.FlowResultType.CREATE_ENTRY
assert updated["data"] == {
CONF_ACCOUNTS: {BASIC_CONFIG[CONF_ACCOUNT]: BASIC_OPTIONS}
Expand Down

0 comments on commit dd7de48

Please sign in to comment.