diff options
author | lain <lain@soykaf.club> | 2019-08-20 12:55:51 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-08-20 12:55:51 +0000 |
commit | 8340fe8fcce15a22e2bef9d5db41ad58c3c009e0 (patch) | |
tree | 967cfdd785764967484e1cd25c041eaca08ac684 /test/tasks | |
parent | ef43016b2c03f02ed6d77c6ca4afb1f19ff04771 (diff) | |
parent | cd2fd225dcec8e1b71a20db1475a66d5ab1dc9ef (diff) | |
download | pleroma-8340fe8fcce15a22e2bef9d5db41ad58c3c009e0.tar.gz |
Merge branch 'digest-template' into 'develop'
Improve digest email template
See merge request pleroma/pleroma!1565
Diffstat (limited to 'test/tasks')
-rw-r--r-- | test/tasks/digest_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tasks/digest_test.exs b/test/tasks/digest_test.exs index 595f64ed7..4bfa1fb93 100644 --- a/test/tasks/digest_test.exs +++ b/test/tasks/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 |