@@ -1559,7 +1559,7 @@ test("auth.hook(): handle 401 due to an exp timestamp in the past", async () =>
1559
1559
expect ( global . console . warn . mock . calls . length ) . toEqual ( 2 ) ;
1560
1560
expect ( global . console . warn ) . toHaveBeenNthCalledWith (
1561
1561
1 ,
1562
- "'Expiration time' claim ('exp') must be a numeric value representing the future time at which the assertion expires." ,
1562
+ "'Expiration time' claim ('exp') must be a numeric value representing the future time at which the assertion expires. - https://docs.github.com/ " ,
1563
1563
) ;
1564
1564
expect ( global . console . warn ) . toHaveBeenNthCalledWith (
1565
1565
2 ,
@@ -1635,7 +1635,7 @@ test("auth.hook(): handle 401 due to an exp timestamp in the past with 800 secon
1635
1635
expect ( global . console . warn . mock . calls . length ) . toEqual ( 2 ) ;
1636
1636
expect ( global . console . warn ) . toHaveBeenNthCalledWith (
1637
1637
1 ,
1638
- "'Expiration time' claim ('exp') must be a numeric value representing the future time at which the assertion expires." ,
1638
+ "'Expiration time' claim ('exp') must be a numeric value representing the future time at which the assertion expires. - https://docs.github.com/ " ,
1639
1639
) ;
1640
1640
expect ( global . console . warn ) . toHaveBeenNthCalledWith (
1641
1641
2 ,
@@ -1708,7 +1708,7 @@ test("auth.hook(): handle 401 due to an iat timestamp in the future", async () =
1708
1708
expect ( global . console . warn . mock . calls . length ) . toEqual ( 2 ) ;
1709
1709
expect ( global . console . warn ) . toHaveBeenNthCalledWith (
1710
1710
1 ,
1711
- "'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issued." ,
1711
+ "'Issued at' claim ('iat') must be an Integer representing the time that the assertion was issued. - https://docs.github.com/ " ,
1712
1712
) ;
1713
1713
expect ( global . console . warn ) . toHaveBeenNthCalledWith (
1714
1714
2 ,
0 commit comments