Skip to content

Commit 74a226c

Browse files
committed
fix unit test
1 parent 2514d50 commit 74a226c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src/test_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ def test_create_initial_user_for_saas_unsupported_type(user_utils):
16491649
{"systemAdmin": False, "userAdmin": True, "apikeyAdmin": False},
16501650
{"application": "PREMIUM", "admin": "ADMIN_BASE", "alwaysReserveLicense": True},
16511651
True,
1652-
"ADMINISTRATOR",
1652+
"ADMIN",
16531653
["MAXADMIN"]
16541654
),
16551655
(

0 commit comments

Comments
 (0)