Polish "OAuth2 client secret should not be required"
Closes gh-14156
This commit is contained in:
@@ -45,7 +45,7 @@ public class OAuth2ClientPropertiesTests {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void clientSecretAbsentNotThrowsException() {
|
||||
public void clientSecretAbsentShouldNotThrowException() {
|
||||
OAuth2ClientProperties.Registration registration = new OAuth2ClientProperties.Registration();
|
||||
registration.setClientId("foo");
|
||||
registration.setProvider("google");
|
||||
|
||||
Reference in New Issue
Block a user