Commit de6c3839 authored by dreis2211's avatar dreis2211 Committed by Andy Wilkinson

Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests

See gh-18351
parent 48bf9a58
...@@ -49,7 +49,7 @@ class SampleReactiveOAuth2ClientApplicationTests { ...@@ -49,7 +49,7 @@ class SampleReactiveOAuth2ClientApplicationTests {
} }
@Test @Test
public void actuatorShouldBeSecuredByOAuth() { void actuatorShouldBeSecuredByOAuth() {
this.webTestClient.get().uri("/actuator/health").exchange().expectStatus().isFound().expectHeader() this.webTestClient.get().uri("/actuator/health").exchange().expectStatus().isFound().expectHeader()
.valueEquals("Location", "/login"); .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