1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2026-04-28 12:23:12 +01:00

Add uninstall addon suggestion to detached_addon_removed (#5105)

This commit is contained in:
Mike Degatano
2024-06-03 10:38:34 -04:00
committed by GitHub
parent 9fd2c91c55
commit e57de4a3c1
5 changed files with 96 additions and 2 deletions

View File

@@ -37,6 +37,7 @@ async def test_check(coresys: CoreSys, install_addon_ssh: Addon):
assert coresys.resolution.issues[0].type is IssueType.DETACHED_ADDON_MISSING
assert coresys.resolution.issues[0].context is ContextType.ADDON
assert coresys.resolution.issues[0].reference == install_addon_ssh.slug
assert len(coresys.resolution.suggestions) == 0
async def test_approve(coresys: CoreSys, install_addon_ssh: Addon):