Commit d07e2fa0 authored by Madhura Bhave's avatar Madhura Bhave

Polish "OAuth2 client secret should not be required"

Closes gh-14156
parent 6be43077
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment