summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-07-09 11:55:40 -0500
committerMark Felder <feld@FreeBSD.org>2020-07-09 11:55:40 -0500
commit2b979cc90c4e466a8d0a83706e642b325cc24d0e (patch)
tree89e7704117ba6166c4193415e0b02083d3569149 /test
parent4db667842970b2f92e30eb7fc7990161f96cb54b (diff)
downloadpleroma-2b979cc90c4e466a8d0a83706e642b325cc24d0e.tar.gz
pleroma-2b979cc90c4e466a8d0a83706e642b325cc24d0e.zip
Add AdminFE reports URL to report 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 bc871a0a9..9082ae5a7 100644
--- a/test/emails/admin_email_test.exs
+++ b/test/emails/admin_email_test.exs
@@ -31,7 +31,7 @@ defmodule Pleroma.Emails.AdminEmailTest do
account_url
}\">#{account.nickname}</a></p>\n<p>Comment: Test comment\n<p> Statuses:\n <ul>\n <li><a href=\"#{
status_url
- }\">#{status_url}</li>\n </ul>\n</p>\n\n"
+ }\">#{status_url}</li>\n </ul>\n</p>\n\n<p>\n<a href=\"http://localhost:4001/pleroma/admin/#/reports/index\">View Reports in AdminFE</a>\n"
end
test "it works when the reporter is a remote user without email" do