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:
@@ -212,7 +212,7 @@ async def test_remove_used_repository(
|
||||
use_update: bool,
|
||||
):
|
||||
"""Test removing used custom repository."""
|
||||
coresys.addons.data.install(store_addon)
|
||||
await coresys.addons.data.install(store_addon)
|
||||
addon = Addon(coresys, store_addon.slug)
|
||||
coresys.addons.local[addon.slug] = addon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user