aboutsummaryrefslogtreecommitdiff
path: root/test/web/push/impl_test.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-11 10:12:57 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-02-18 08:19:01 +0300
commit514c899275a32e6ef63305f9424c50344d41b12e (patch)
treeac6be2ed464506378e1d8ccd20439677c89c9896 /test/web/push/impl_test.exs
parent962eb8d4ac1aafeed6e3ae9b17847b9afaec7712 (diff)
downloadpleroma-514c899275a32e6ef63305f9424c50344d41b12e.tar.gz
adding gun adapter
Diffstat (limited to 'test/web/push/impl_test.exs')
-rw-r--r--test/web/push/impl_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/push/impl_test.exs b/test/web/push/impl_test.exs
index acae7a734..737976f1f 100644
--- a/test/web/push/impl_test.exs
+++ b/test/web/push/impl_test.exs
@@ -126,7 +126,7 @@ defmodule Pleroma.Web.Push.ImplTest do
user = insert(:user, nickname: "Bob")
other_user = insert(:user)
{:ok, _, _, activity} = CommonAPI.follow(user, other_user)
- object = Object.normalize(activity)
+ object = Object.normalize(activity, false)
assert Impl.format_body(%{activity: activity}, user, object) == "@Bob has followed you"