mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 23:08:15 +08:00
FIX: preferences URL changed
This commit is contained in:
@ -159,7 +159,7 @@ describe Email::MessageBuilder do
|
||||
end
|
||||
|
||||
it "has the user_preferences_url" do
|
||||
expect(template_args[:user_preferences_url]).to eq("#{Discourse.base_url}/user_preferences")
|
||||
expect(template_args[:user_preferences_url]).to eq("#{Discourse.base_url}/my/preferences")
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user