This commit is contained in:
Adria Navarro 2023-09-18 14:38:20 +02:00
parent 6aa5a9c545
commit 4599ff3b9c
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ describe("sso", () => {
// modified external id to match user format
ssoUser._id = "us_" + details.userId
delete ssoUser.userId
// new sso user won't have a password
delete ssoUser.password