aboutsummaryrefslogtreecommitdiff
path: root/test/web/push/impl_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-21 13:16:21 +0200
committerlain <lain@soykaf.club>2020-05-21 13:16:21 +0200
commit23e248694df988d50e8a07b704a7ac56b8e9b19c (patch)
treebdf606b5e042f2d194ca323c606f7e3e83fcfcd7 /test/web/push/impl_test.exs
parentd9d425708e094a428fb05127b97480a122c1c616 (diff)
downloadpleroma-23e248694df988d50e8a07b704a7ac56b8e9b19c.tar.gz
Announcements: Fix all tests.
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 2acd0939f..a826b24c9 100644
--- a/test/web/push/impl_test.exs
+++ b/test/web/push/impl_test.exs
@@ -151,7 +151,7 @@ defmodule Pleroma.Web.Push.ImplTest do
"<span>Lorem ipsum dolor sit amet</span>, consectetur :firefox: adipiscing elit. Fusce sagittis finibus turpis."
})
- {:ok, announce_activity, _} = CommonAPI.repeat(activity.id, user)
+ {:ok, announce_activity} = CommonAPI.repeat(activity.id, user)
object = Object.normalize(activity)
assert Impl.format_body(%{activity: announce_activity}, user, object) ==