@@ -2639,7 +2639,7 @@ func Test_SendVerifyEmail(t *testing.T) {
26392639 cfg .GoCloak .Realm ,
26402640 params )
26412641 if err != nil {
2642- if err .Error () == "500 Internal Server Error: Failed to send verify email" {
2642+ if err .Error () == "500 Internal Server Error: Failed to send execute actions email" {
26432643 return
26442644 }
26452645 require .NoError (t , err , "SendVerifyEmail failed" )
@@ -6641,14 +6641,13 @@ func Test_ImportIdentityProviderConfig(t *testing.T) {
66416641 require .NoError (t , err , "ImportIdentityProviderConfig failed" )
66426642
66436643 expected := map [string ]string {
6644- "userInfoUrl" : "https://openidconnect.googleapis.com/v1/userinfo" ,
6645- "validateSignature" : "true" ,
6646- "tokenUrl" : "https://oauth2.googleapis.com/token" ,
6647- "authorizationUrl" : "https://accounts.google.com/o/oauth2/v2/auth" ,
6648- "jwksUrl" : "https://www.googleapis.com/oauth2/v3/certs" ,
6649- "issuer" : "https://accounts.google.com" ,
6650- "useJwksUrl" : "true" ,
6651- "metadataDescriptorUrl" : "https://accounts.google.com/.well-known/openid-configuration" ,
6644+ "userInfoUrl" : "https://openidconnect.googleapis.com/v1/userinfo" ,
6645+ "validateSignature" : "true" ,
6646+ "tokenUrl" : "https://oauth2.googleapis.com/token" ,
6647+ "authorizationUrl" : "https://accounts.google.com/o/oauth2/v2/auth" ,
6648+ "jwksUrl" : "https://www.googleapis.com/oauth2/v3/certs" ,
6649+ "issuer" : "https://accounts.google.com" ,
6650+ "useJwksUrl" : "true" ,
66526651 }
66536652
66546653 require .Len (
@@ -6723,7 +6722,6 @@ E8go1LcvbfHNyknHu2sptnRq55fHZSHr18vVsQRfDYMG</ds:X509Certificate>
67236722 "loginHint" : "false" ,
67246723 "enabledFromMetadata" : "true" ,
67256724 "idpEntityId" : "https://accounts.google.com/o/saml2?idpid=C01unc9st" ,
6726- "syncMode" : "LEGACY" ,
67276725 }
67286726
67296727 require .Len (
0 commit comments