Skip to content

Commit

Permalink
Fix the comment description
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Oct 24, 2023
1 parent 78e94fa commit 1004595
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public void testInvalid() throws Exception {
* claims.setNotBefore(854113533);
* claim.setExpiration(4853843133)
* claims.setSubject("horst");
* claims.setProperty("roles", null);
* claims.setProperty("saml_nif", "u");
* claims.setProperty("saml_si", "MOCKSAML_3");
* JwsSignatureProvider jwsSignatureProvider = new HmacJwsSignatureProvider(base64EncodedSecret, SignatureAlgorithm.HS512);
Expand Down

0 comments on commit 1004595

Please sign in to comment.