Skip to content

Commit 32fdda0

Browse files
author
Nivedithaa Mahendran
committed
fix test case
1 parent dc756e2 commit 32fdda0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mas/devops/users.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,6 +1443,7 @@ def create_initial_user_for_saas(self, user, user_type, groupreassign=None):
14431443
application_role = "ADMIN"
14441444
facilities_role = "PREMIUM"
14451445
manage_role = "MANAGEUSER"
1446+
manage_security_groups = ["USERMANAGEMENT"]
14461447
elif user_type == "SECONDARY":
14471448
maxuser_def = {
14481449
"userid": user_id,
@@ -1456,6 +1457,7 @@ def create_initial_user_for_saas(self, user, user_type, groupreassign=None):
14561457
application_role = "USER"
14571458
facilities_role = "BASE"
14581459
manage_role = "MANAGEUSER"
1460+
manage_security_groups = []
14591461
else:
14601462
raise Exception(f"Unsupported user_type: {user_type}")
14611463

0 commit comments

Comments
 (0)