Skip to content

Commit

Permalink
fix: salesforce test
Browse files Browse the repository at this point in the history
  • Loading branch information
IchordeDionysos committed Jul 19, 2024
1 parent 18d0de2 commit 3f3161c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selfservice/strategy/oidc/provider_userinfo_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestProviderClaimsRespectsErrorCodes(t *testing.T) {
{
name: "salesforce",
userInfoHandler: defaultUserinfoHandler,
userInfoEndpoint: "https://www.salesforce.com/userinfo",
userInfoEndpoint: "https://www.salesforce.com/services/oauth2/userinfo",
provider: oidc.NewProviderSalesforce(&oidc.Configuration{
IssuerURL: "https://www.salesforce.com",
ID: "salesforce",
Expand Down

0 comments on commit 3f3161c

Please sign in to comment.