Skip to content

Commit fdf87a6

Browse files
committed
fix test
1 parent 66fe5c4 commit fdf87a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ describe("ResponseHandler.ts", () => {
362362
testResponse,
363363
testAuthority,
364364
reqTimestamp,
365-
testRequest
365+
testRequest,
366+
0
366367
);
367368

368369
expect(addFieldsSpy).toHaveBeenCalledWith(

0 commit comments

Comments
 (0)