Merge pull request #18351 from dreis2211
* gh-18351: Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests Closes gh-18351
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user