summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-10-09 22:35:09 +0000
committerfeld <feld@feld.me>2020-10-09 22:35:09 +0000
commitbc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d (patch)
tree5ad6ba418dcbb65c1bab4424c0d653cb8f7e25d5 /test
parent1aabc0672e17c2b931eae19d39da8713f9ff40a0 (diff)
parent3ca98878d27478037233a92f72adb3fbade62035 (diff)
downloadpleroma-bc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d.tar.gz
pleroma-bc3cf0fee0b93eb3cf8d2ba0f9a0dcc09b01331d.zip
Merge branch 'feat/deep-link-account-approval' into 'develop'
Deep link to the user account in AdminFE in account confirmation emails See merge request pleroma/pleroma!3065
Diffstat (limited to 'test')
-rw-r--r--test/emails/admin_email_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/emails/admin_email_test.exs b/test/emails/admin_email_test.exs
index e24231e27..155057f3e 100644
--- a/test/emails/admin_email_test.exs
+++ b/test/emails/admin_email_test.exs
@@ -63,7 +63,7 @@ defmodule Pleroma.Emails.AdminEmailTest do
assert res.html_body == """
<p>New account for review: <a href="#{account_url}">@#{account.nickname}</a></p>
<blockquote>Plz let me in</blockquote>
- <a href="http://localhost:4001/pleroma/admin">Visit AdminFE</a>
+ <a href="http://localhost:4001/pleroma/admin/#/users/#{account.id}/">Visit AdminFE</a>
"""
end
end