mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FEATURE: Use translated name for 'your email has been authenticated by' (#6649)
This commit is contained in:
@@ -33,9 +33,7 @@ describe "users/omniauth_callbacks/complete.html.erb" do
|
||||
render
|
||||
|
||||
expect(rendered_data["email"]).to eq(result.email)
|
||||
# TODO this is a bit weird, the upcasing is confusing,
|
||||
# clean it up throughout
|
||||
expect(rendered_data["auth_provider"]).to eq("Cas")
|
||||
expect(rendered_data["auth_provider"]).to eq("CAS")
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user