From e15fd53e5d1af51b6b7ef2cf287483a5208a8a1d Mon Sep 17 00:00:00 2001 From: rr-bw <102181210+rr-bw@users.noreply.github.com> Date: Wed, 14 May 2025 02:28:23 -0700 Subject: [PATCH] [PM-18721] fix test file --- .../default-set-password-jit.service.spec.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libs/auth/src/angular/set-password-jit/default-set-password-jit.service.spec.ts b/libs/auth/src/angular/set-password-jit/default-set-password-jit.service.spec.ts index 95d54d589bc..37afa77f0d4 100644 --- a/libs/auth/src/angular/set-password-jit/default-set-password-jit.service.spec.ts +++ b/libs/auth/src/angular/set-password-jit/default-set-password-jit.service.spec.ts @@ -122,7 +122,11 @@ describe("DefaultSetPasswordJitService", () => { }; credentials = { - ...passwordInputResult, + newMasterKey: passwordInputResult.newMasterKey, + newServerMasterKeyHash: passwordInputResult.newServerMasterKeyHash, + newLocalMasterKeyHash: passwordInputResult.newLocalMasterKeyHash, + newPasswordHint: passwordInputResult.newPasswordHint, + kdfConfig: passwordInputResult.kdfConfig, orgSsoIdentifier, orgId, resetPasswordAutoEnroll,