Skip to content

Commit 20186c9

Browse files
committed
Add to test case
1 parent 4dc3415 commit 20186c9

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,
@@ -64,6 +65,7 @@ async def test_addons_info(
6465
assert addon.supervisor_role == SupervisorRole.MANAGER
6566
assert addon.system_managed is False
6667
assert addon.system_managed_config_entry is None
68+
assert addon.startup == AddonStartup.SERVICES
6769

6870

6971
async def test_addons_uninstall(

0 commit comments

Comments
 (0)