diff options
author | lain <lain@soykaf.club> | 2020-05-25 13:57:27 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-25 13:57:27 +0200 |
commit | ee35bb5ac287e0ff913685256a826e759add3fb9 (patch) | |
tree | 971031903f987e4b70768ac1f91666fdfe6a10b4 /test/web/push/impl_test.exs | |
parent | 578ed3a37f28ecbd9fd976c54ee53e8ed2a6adff (diff) | |
parent | ec470c4c7717dc9479df9e7b70f9805dcf2f5e08 (diff) | |
download | pleroma-ee35bb5ac287e0ff913685256a826e759add3fb9.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/web/push/impl_test.exs')
-rw-r--r-- | test/web/push/impl_test.exs | 2 |
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) == |