aboutsummaryrefslogtreecommitdiff
path: root/test/web/push/impl_test.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-05-22 05:47:53 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-05-22 05:47:53 +0000
commit7b02bfca51f95f56a5d12724b80b16019507cce9 (patch)
tree780c7b06b7cbb8ee7e39d113948776416aebae4e /test/web/push/impl_test.exs
parenta57e7f3503c485de64c4e001529a6e06a1a35b25 (diff)
parentbf1b221f94a53c90cda832e9bfb6c5fa0e6524f2 (diff)
downloadpleroma-7b02bfca51f95f56a5d12724b80b16019507cce9.tar.gz
Merge branch 'announce-validator' into 'develop'
Announce validator See merge request pleroma/pleroma!2567
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) ==