Polish "OAuth2 client secret should not be required"

Closes gh-14156
This commit is contained in:
Madhura Bhave 2018-08-24 12:23:41 -07:00
parent 6be4307712
commit d07e2fa0b2
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class OAuth2ClientPropertiesTests {
} }
@Test @Test
public void clientSecretAbsentNotThrowsException() { public void clientSecretAbsentShouldNotThrowException() {
OAuth2ClientProperties.Registration registration = new OAuth2ClientProperties.Registration(); OAuth2ClientProperties.Registration registration = new OAuth2ClientProperties.Registration();
registration.setClientId("foo"); registration.setClientId("foo");
registration.setProvider("google"); registration.setProvider("google");