File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
src/test/java/io/getstream/chat/java Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments