Commit eb00ba74 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #18351 from dreis2211

* gh-18351:
  Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests

Closes gh-18351
parents 48bf9a58 de6c3839
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment