Skip to content

Commit

Permalink
fix: debug failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Mar 26, 2024
1 parent 0637d7c commit 73fe27d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void testChallenge1() {
.asByteArray();

String pin = new String(Arrays.copyOfRange(resultBytes, 81216, 81220));
System.out.println("PIN: " + pin);
Map<String, Object> params =
Map.of("username", "admin", "password", "!!webgoat_admin_%s!!".formatted(pin));

Expand Down

0 comments on commit 73fe27d

Please sign in to comment.