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

View File

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