Skip to content

Commit

Permalink
test: remove test log
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Jan 21, 2024
1 parent 32b071a commit a3dbf2a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,9 +314,7 @@ private static void checkRefreshSessionResponse(JsonObject response, TestingProc
assertEquals(response.get("accessToken").getAsJsonObject().entrySet().size(), 3);

JWT.JWTPreParseInfo tokenInfo = JWT.preParseJWTInfo(response.get("accessToken").getAsJsonObject().get("token").getAsString());

System.out.println(tokenInfo.kid);


if (useStaticKey) {
assert(tokenInfo.kid.startsWith("s-"));
} else {
Expand Down

0 comments on commit a3dbf2a

Please sign in to comment.