Skip to content

Commit 46029c0

Browse files
committed
fix tests
1 parent b4c194a commit 46029c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/msal-browser/test/cache/TokenCache.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,8 @@ describe("TokenCache tests", () => {
673673
environment: "login.windows.net", // preferred_cache for login.microsoftonline.com
674674
}),
675675
expect.anything(),
676-
expect.anything()
676+
expect.anything(),
677+
ApiId.loadExternalTokens
677678
);
678679

679680
// Verify id token is cached with preferred_cache environment

lib/msal-common/test/response/ResponseHandler.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -809,6 +809,7 @@ describe("ResponseHandler.ts", () => {
809809
testAuthority,
810810
timestamp,
811811
testRequest,
812+
0, // apiId
812813
undefined, // authCodePayload
813814
undefined, // userAssertionHash
814815
true, // handlingRefreshTokenResponse
@@ -864,6 +865,7 @@ describe("ResponseHandler.ts", () => {
864865
testAuthority,
865866
timestamp,
866867
testRequest,
868+
0, // apiId
867869
undefined, // authCodePayload
868870
undefined, // userAssertionHash
869871
true, // handlingRefreshTokenResponse

0 commit comments

Comments
 (0)