Skip to content

Commit

Permalink
Fix a typo in integration-tests/oidc-code-flow
Browse files Browse the repository at this point in the history
(cherry picked from commit 33374c6)
  • Loading branch information
marcwrobel authored and gsmet committed Jun 15, 2022
1 parent f9dc29e commit c9ff333
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ private void checkSingleTokenCookie(Cookie tokenCookie, String type, boolean dec
token = OidcUtils.decryptString(token, KeyUtils.createSecretKeyFromSecret("eUk1p7UB3nFiXZGUXi0uph1Y9p34YhBU"));
tokenParts = token.split("\\.");
} catch (Exception ex) {
fail("Token descryption has failed");
fail("Token decryption has failed");
}
}
assertEquals(3, tokenParts.length);
Expand Down

0 comments on commit c9ff333

Please sign in to comment.