We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19d708 commit 56583dcCopy full SHA for 56583dc
1 file changed
test/src/test_users.py
@@ -1855,6 +1855,7 @@ def test_create_initial_user_for_saas(
1855
if user_type == "PRIMARY":
1856
maxuser_def = {
1857
"userid": user_id,
1858
+ "personid": user_id,
1859
"owner": "local",
1860
"systemadmin": False,
1861
"apikeyadmin": True,
@@ -1869,6 +1870,7 @@ def test_create_initial_user_for_saas(
1869
1870
else: # SECONDARY
1871
1872
1873
1874
1875
1876
"apikeyadmin": False,
0 commit comments