diff options
author | rinpatch <rinpatch@sdf.org> | 2019-10-02 14:17:21 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-10-02 14:17:21 +0000 |
commit | c5e937b156ea1f8f96ade7d9104fc2c5fd1dd9cd (patch) | |
tree | dd5813a132b48071819ed9b987d9f0281cab0160 /test/web/activity_pub | |
parent | 433f2c0f6854d2838819e08f0fb0a9e8cf058021 (diff) | |
parent | 9b68aab8b3cf576f91566cd659e4e5719dccb15a (diff) | |
download | pleroma-c5e937b156ea1f8f96ade7d9104fc2c5fd1dd9cd.tar.gz pleroma-c5e937b156ea1f8f96ade7d9104fc2c5fd1dd9cd.zip |
Merge branch 'split-masto-api/masto_fe_and_custom_emojis' into 'develop'
[#1278] Move actions from MastodonAPIController to CustomEmojiController and MastoFEController
See merge request pleroma/pleroma!1772
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r-- | test/web/activity_pub/transmogrifier_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier_test.exs b/test/web/activity_pub/transmogrifier_test.exs index b995f0224..6c208bdc0 100644 --- a/test/web/activity_pub/transmogrifier_test.exs +++ b/test/web/activity_pub/transmogrifier_test.exs @@ -1084,7 +1084,6 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do {:ok, announce_activity, _} = CommonAPI.repeat(activity.id, user) {:ok, modified} = Transmogrifier.prepare_outgoing(announce_activity.data) - object = modified["object"] assert modified["object"]["content"] == "hey" assert modified["object"]["actor"] == modified["object"]["attributedTo"] |