mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-24 05:42:03 -04:00
FIX: preferences URL changed
This commit is contained in:
parent
7a2dbf0d2d
commit
cd6ab981f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue