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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user