@ -77,7 +77,7 @@ public class EmbeddedLdapServerContextSourceFactoryBeanITests {
@@ -77,7 +77,7 @@ public class EmbeddedLdapServerContextSourceFactoryBeanITests {
@ -258,7 +258,7 @@ public class DefaultAuthorizationCodeTokenResponseClientTests {
@@ -258,7 +258,7 @@ public class DefaultAuthorizationCodeTokenResponseClientTests {
"[invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response")
.withMessageContaining("tokenType cannot be null");
.havingRootCause().withMessageContaining("tokenType cannot be null");
}
@Test
@ -274,7 +274,7 @@ public class DefaultAuthorizationCodeTokenResponseClientTests {
@@ -274,7 +274,7 @@ public class DefaultAuthorizationCodeTokenResponseClientTests {
@ -269,7 +269,7 @@ public class DefaultClientCredentialsTokenResponseClientTests {
@@ -269,7 +269,7 @@ public class DefaultClientCredentialsTokenResponseClientTests {
"[invalid_token_response] An error occurred while attempting to retrieve the OAuth 2.0 Access Token Response")
.withMessageContaining("tokenType cannot be null");
.havingRootCause().withMessageContaining("tokenType cannot be null");
}
@Test
@ -282,7 +282,7 @@ public class DefaultClientCredentialsTokenResponseClientTests {
@@ -282,7 +282,7 @@ public class DefaultClientCredentialsTokenResponseClientTests {
@ -246,7 +246,7 @@ public class DefaultRefreshTokenTokenResponseClientTests {
@@ -246,7 +246,7 @@ public class DefaultRefreshTokenTokenResponseClientTests {