Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests

See gh-18351
This commit is contained in:
dreis2211 2019-09-25 13:10:16 +02:00 committed by Andy Wilkinson
parent 48bf9a58c6
commit de6c38398e

View File

@ -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");
}