Skip to content

Commit

Permalink
Revert "test error"
Browse files Browse the repository at this point in the history
This reverts commit bd03d4f.
  • Loading branch information
lordrio committed Dec 16, 2024
1 parent bd03d4f commit d6bcfaa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ 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 d6bcfaa

Please sign in to comment.