diff options
author | lain <lain@soykaf.club> | 2020-05-21 13:16:21 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-21 13:16:21 +0200 |
commit | 23e248694df988d50e8a07b704a7ac56b8e9b19c (patch) | |
tree | bdf606b5e042f2d194ca323c606f7e3e83fcfcd7 /test/web/activity_pub/transmogrifier_test.exs | |
parent | d9d425708e094a428fb05127b97480a122c1c616 (diff) | |
download | pleroma-23e248694df988d50e8a07b704a7ac56b8e9b19c.tar.gz pleroma-23e248694df988d50e8a07b704a7ac56b8e9b19c.zip |
Announcements: Fix all tests.
Diffstat (limited to 'test/web/activity_pub/transmogrifier_test.exs')
-rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs index 81f966ad9..356004d48 100644 --- a/test/web/activity_pub/transmogrifier_test.exs +++ b/test/web/activity_pub/transmogrifier_test.exs @@ -1079,7 +1079,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do {:ok, activity} = CommonAPI.post(user, %{status: "hey", visibility: "private"}) - {:ok, announce_activity, _} = CommonAPI.repeat(activity.id, user) + {:ok, announce_activity} = CommonAPI.repeat(activity.id, user) {:ok, modified} = Transmogrifier.prepare_outgoing(announce_activity.data) |