Skip to content

Commit

Permalink
Use the correct provider name in the authenticator spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Dec 7, 2023
1 parent 2f0874e commit fdd725f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
scope: Decidim::HelsinkiProfile.omniauth_secrets[:gdpr_uri]
)
end
let(:oauth_provider) { "provider" }
let(:oauth_provider) { Decidim::HelsinkiProfile.auth_service_name }
let(:oauth_uid) { profile[:id] }
let(:oauth_name) { "Marja Mainio" }
let(:oauth_image) { nil }
Expand Down

0 comments on commit fdd725f

Please sign in to comment.