Skip to content

Commit 602a5b1

Browse files
author
Nivedithaa Mahendran
committed
update personid at root level
1 parent 56583dc commit 602a5b1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/mas/devops/users.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,7 @@ def create_initial_user_for_saas(self, user, user_type, groupreassign=None):
15571557

15581558
user_def = {
15591559
"id": user_id,
1560+
"personid": user_id,
15601561
"status": {"active": True},
15611562
"primaryemailtype": "Work",
15621563
"primaryemail": user_email,

test/src/test_users.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,7 @@ def test_create_initial_user_for_saas(
18801880

18811881
expected_user_def = {
18821882
"id": user_id,
1883+
"personid": user_id,
18831884
"status": {"active": True},
18841885
"primaryemailtype": "Work",
18851886
"primaryemail": user_email,

0 commit comments

Comments
 (0)