summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-09 17:08:05 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-09 17:08:05 -0500
commit3ca98878d27478037233a92f72adb3fbade62035 (patch)
tree5ad6ba418dcbb65c1bab4424c0d653cb8f7e25d5 /test
parent1aabc0672e17c2b931eae19d39da8713f9ff40a0 (diff)
downloadpleroma-3ca98878d27478037233a92f72adb3fbade62035.tar.gz
pleroma-3ca98878d27478037233a92f72adb3fbade62035.zip
Deep link to the user account in AdminFE in account confirmation emails
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