Skip to content

Commit a6c1411

Browse files
committed
Add to test case
1 parent 47ba0dc commit a6c1411

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_addons.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
AddonsOptions,
1212
AddonsSecurityOptions,
1313
AddonStage,
14+
AddonStartup,
1415
AddonState,
1516
AddonsUninstall,
1617
Capability,
@@ -62,6 +63,7 @@ async def test_addons_info(
6263
assert "not_real" in addon.privileged
6364
assert addon.supervisor_api is True
6465
assert addon.supervisor_role == SupervisorRole.MANAGER
66+
assert addon.startup == AddonStartup.SERVICES
6567

6668

6769
async def test_addons_uninstall(

0 commit comments

Comments
 (0)