Skip to content

Commit d07e2fa

Browse files
committed
Polish "OAuth2 client secret should not be required"
Closes gh-14156
1 parent 6be4307 commit d07e2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/security/oauth2/client/OAuth2ClientPropertiesTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void clientIdAbsentThrowsException() {
4545
}
4646

4747
@Test
48-
public void clientSecretAbsentNotThrowsException() {
48+
public void clientSecretAbsentShouldNotThrowException() {
4949
OAuth2ClientProperties.Registration registration = new OAuth2ClientProperties.Registration();
5050
registration.setClientId("foo");
5151
registration.setProvider("google");

0 commit comments

Comments
 (0)