Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests
See gh-18351
This commit is contained in:
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…
Reference in New Issue