Skip to content

Commit 3b658bc

Browse files
committed
Print error
1 parent 943d56e commit 3b658bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gxjwt/src/test/java/com/genexus/test/jwt/asymmetric/ECDSACurvesPrimeJwtTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ private void bulkTest_shouldWork(PrivateKeyManager key, CertificateX509 cert, St
5252
options.setCertificate(cert);
5353
String token = jwt.doCreate(alg, claims, options);
5454
System.out.println("token: " + token);
55+
System.out.println("Error. Code: " + jwt.getErrorCode() + " Desc: " + jwt.getErrorDescription());
5556
//assertFalse(jwt.hasError());
5657
boolean verification = jwt.doVerify(token, alg, claims, options);
5758
System.out.println("verification: " + Boolean.toString(verification));

0 commit comments

Comments
 (0)