Polish "OAuth2 client secret should not be required"
Closes gh-14156
This commit is contained in:
parent
6be4307712
commit
d07e2fa0b2
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue