Skip to content

Commit

Permalink
test error
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrio committed Dec 16, 2024
1 parent 2ecc5c5 commit bd03d4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ public void interceptResponse(Object interceptedMessage) {
System.out.println("AuthenticatedToken " + authenticatedToken);
assertNotNull(authenticatedToken.getId());
assertEquals(authenticatedToken.getStatus(), "IN_REVIEW");
fail();
authToken[0] = authenticatedToken.getId();
done[0] = true;
}
Expand Down

0 comments on commit bd03d4f

Please sign in to comment.