aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-08-14 20:46:05 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-08-14 20:46:05 +0700
commit4b7f1c6995ca49c782e3e29d14245f18d4d11430 (patch)
tree3287474c200d3347b567891313a09a86aec990d9 /test
parent29807ef6a5b43a528ffca08b4f721b251f331c8d (diff)
downloadpleroma-4b7f1c6995ca49c782e3e29d14245f18d4d11430.tar.gz
Improve digest email template
Diffstat (limited to 'test')
-rw-r--r--test/mix/tasks/pleroma.digest_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mix/tasks/pleroma.digest_test.exs b/test/mix/tasks/pleroma.digest_test.exs
index 595f64ed7..4bfa1fb93 100644
--- a/test/mix/tasks/pleroma.digest_test.exs
+++ b/test/mix/tasks/pleroma.digest_test.exs
@@ -44,7 +44,7 @@ defmodule Mix.Tasks.Pleroma.DigestTest do
assert_email_sent(
to: {user2.name, user2.email},
- html_body: ~r/new mentions:/i
+ html_body: ~r/here is what you've missed!/i
)
end
end