Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests

See gh-18351
pull/18351/merge
dreis2211 5 years ago committed by Andy Wilkinson
parent 48bf9a58c6
commit de6c38398e

@ -49,7 +49,7 @@ class SampleReactiveOAuth2ClientApplicationTests {
}
@Test
public void actuatorShouldBeSecuredByOAuth() {
void actuatorShouldBeSecuredByOAuth() {
this.webTestClient.get().uri("/actuator/health").exchange().expectStatus().isFound().expectHeader()
.valueEquals("Location", "/login");
}

Loading…
Cancel
Save