Skip to content

Commit e586a61

Browse files
committed
Fix pending message
1 parent 7c35919 commit e586a61

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/test/java/io/getstream/chat/java/AppTest.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -44,21 +44,6 @@ void whenCallingGetAppAsync_thenNoException() {
4444
@DisplayName("App Settings update does not throw Exception")
4545
@Test
4646
void whenUpdatingAppSettings_thenNoException() {
47-
Assertions.assertDoesNotThrow(
48-
() ->
49-
App.update()
50-
.disableAuthChecks(true)
51-
.disablePermissionsChecks(true)
52-
.asyncModerationConfig(
53-
App.AsyncModerationConfigRequestObject.builder()
54-
.callback(
55-
App.AsyncModerationCallback.builder()
56-
.mode("CALLBACK_MODE_REST")
57-
.serverUrl("http://localhost.com")
58-
.build())
59-
.timeoutMs(3000)
60-
.build())
61-
.request());
6247
Assertions.assertDoesNotThrow(
6348
() -> App.update().disableAuthChecks(false).disablePermissionsChecks(false).request());
6449
}

0 commit comments

Comments
 (0)