Closes gh-11630
This commit is contained in:
Johnny Lim
2018-01-14 21:38:06 +09:00
committed by Stephane Nicoll
parent 3f88906b97
commit 77150f8dc9
17 changed files with 34 additions and 38 deletions

View File

@@ -55,7 +55,7 @@ public class SampleSecureWebFluxCustomSecurityTests {
}
@Test
public void healthAndInfoDontRequireAuthentication() {
public void healthAndInfoDoNotRequireAuthentication() {
this.webClient.get().uri("/actuator/health").accept(MediaType.APPLICATION_JSON)
.exchange().expectStatus().isOk();
this.webClient.get().uri("/actuator/info").accept(MediaType.APPLICATION_JSON)