mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
FileConfiguration uses executor for I/O (#5652)
* FileConfiguration uses executor for I/O * Fix credentials tests * Remove migrate_system_env as its very deprecated
This commit is contained in:
@@ -246,7 +246,7 @@ async def test_watchdog_during_attach(
|
||||
):
|
||||
"""Test host reboot treated as manual stop but not supervisor restart."""
|
||||
store = coresys.addons.store[TEST_ADDON_SLUG]
|
||||
coresys.addons.data.install(store)
|
||||
await coresys.addons.data.install(store)
|
||||
|
||||
with (
|
||||
patch.object(Addon, "restart") as restart,
|
||||
|
||||
Reference in New Issue
Block a user