sendilkumarn [JHipster]
02/23/2020, 12:39 PMthis.webTestClient.mutateWith(csrf())
.mutateWith(mockAuthentication(TestUtil.authenticationToken(idToken)))
.post().uri("/api/logout").exchange()
.expectStatus().isOk()
.expectHeader().contentType(MediaType.APPLICATION_JSON_VALUE)