Polish
Closes gh-11630
This commit is contained in:
committed by
Stephane Nicoll
parent
3f88906b97
commit
77150f8dc9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user