Skip to content

Commit eb00ba7

Browse files
committed
Merge pull request #18351 from dreis2211
* gh-18351: Fix checkstyle errors in SampleReactiveOAuth2ClientApplicationTests Closes gh-18351
2 parents 48bf9a5 + de6c383 commit eb00ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-reactive-oauth2-client/src/test/java/smoketest/oauth2/client/SampleReactiveOAuth2ClientApplicationTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ void loginShouldHaveBothOAuthClientsToChooseFrom() {
4949
}
5050

5151
@Test
52-
public void actuatorShouldBeSecuredByOAuth() {
52+
void actuatorShouldBeSecuredByOAuth() {
5353
this.webTestClient.get().uri("/actuator/health").exchange().expectStatus().isFound().expectHeader()
5454
.valueEquals("Location", "/login");
5555
}

0 commit comments

Comments
 (0)