aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-05-06 16:42:27 -0500
committerMark Felder <feld@FreeBSD.org>2020-05-06 16:42:27 -0500
commita2580adc91ac757e47b88839f5fb723fb15305b1 (patch)
tree5d764daaee03251ada7215f2741c9ac52276766b /test
parent57736c18332b0017e01d90e56547af1f5f830b7a (diff)
downloadpleroma-a2580adc91ac757e47b88839f5fb723fb15305b1.tar.gz
Hide the sender when privacy option is enabled
Diffstat (limited to 'test')
-rw-r--r--test/web/push/impl_test.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/web/push/impl_test.exs b/test/web/push/impl_test.exs
index b2664bf28..3de911810 100644
--- a/test/web/push/impl_test.exs
+++ b/test/web/push/impl_test.exs
@@ -209,8 +209,7 @@ defmodule Pleroma.Web.Push.ImplTest do
object = Object.normalize(activity)
assert Impl.build_content(notif, actor, object) == %{
- body: "@Bob",
- title: "New Direct Message"
+ body: "New Direct Message"
}
end