We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea89d9 commit f4f6596Copy full SHA for f4f6596
src/test/java/io/getstream/client/ModerationClientTest.java
@@ -73,7 +73,7 @@ public void testFlagReaction() throws Exception {
73
assertNotNull(reactionResponse);
74
75
Response flagResponse =
76
- moderationClient.flagReaction(reactionResponse.getId(), "vishal", "blood", null).join();
+ moderationClient.flagReaction(reactionResponse.getId(), "test", "blood", null).join();
77
assertNotNull(flagResponse);
78
assertEquals(201, flagResponse.getCode());
79
0 commit comments