Merge pull request #18351 from dreis2211

* gh-18351:
  Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests

Closes gh-18351
This commit is contained in:
Andy Wilkinson
2019-09-25 13:56:13 +01:00

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