Skip to content

Commit

Permalink
fix: fix tests, fix token moderation
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeadi committed Nov 4, 2024
1 parent 1ea89d9 commit f4f6596
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public void testFlagReaction() throws Exception {
assertNotNull(reactionResponse);

Response flagResponse =
moderationClient.flagReaction(reactionResponse.getId(), "vishal", "blood", null).join();
moderationClient.flagReaction(reactionResponse.getId(), "test", "blood", null).join();
assertNotNull(flagResponse);
assertEquals(201, flagResponse.getCode());
assertNotNull(flagResponse);
Expand Down

0 comments on commit f4f6596

Please sign in to comment.