1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Refactor builtin repositories to enum (#5976)

This commit is contained in:
Mike Degatano
2025-06-30 13:22:00 -04:00
committed by GitHub
parent d1c1a2d418
commit 38750d74a8
5 changed files with 101 additions and 44 deletions

View File

@@ -409,7 +409,7 @@ async def coresys(
coresys_obj.init_websession = AsyncMock()
# Don't remove files/folders related to addons and stores
with patch("supervisor.store.git.GitRepo._remove"):
with patch("supervisor.store.git.GitRepoCustom.remove"):
yield coresys_obj
await coresys_obj.dbus.unload()