Skip to content

Commit

Permalink
try fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrio committed Dec 16, 2024
1 parent 682936f commit 86e5165
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 86e5165

Please sign in to comment.