mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Clean up AVM Fritz!Box Tools unneccesary async_block_till_done call (#118165)
cleanup unneccesary async_bock_till_done calls
This commit is contained in:
@@ -56,7 +56,6 @@ async def test_options_reload(
|
||||
assert entry.state is ConfigEntryState.LOADED
|
||||
|
||||
result = await hass.config_entries.options.async_init(entry.entry_id)
|
||||
await hass.async_block_till_done()
|
||||
await hass.config_entries.options.async_configure(
|
||||
result["flow_id"],
|
||||
user_input={CONF_CONSIDER_HOME: 60},
|
||||
|
||||
Reference in New Issue
Block a user