summaryrefslogtreecommitdiff
path: root/test/web/activity_pub/transmogrifier/undo_handling_test.exs
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-05-08 10:41:41 +0000
committerlain <lain@soykaf.club>2020-05-08 10:41:41 +0000
commitfbcc53760e6fcd393513c05a5bd7a4a6a6f3b731 (patch)
tree86b0bb94dcb176c1708d174a339223fb0fe34ec5 /test/web/activity_pub/transmogrifier/undo_handling_test.exs
parent0cf43391f272b2bb756b564e12bbcd3efda6a4bd (diff)
parent7e9aaa0d0221311d831161d977c8b0e2a55b3439 (diff)
downloadpleroma-fbcc53760e6fcd393513c05a5bd7a4a6a6f3b731.tar.gz
pleroma-fbcc53760e6fcd393513c05a5bd7a4a6a6f3b731.zip
Merge branch 'feature/emojireactvalidator' into 'develop'
Move EmojiReacts to the Pipeline. See merge request pleroma/pleroma!2473
Diffstat (limited to 'test/web/activity_pub/transmogrifier/undo_handling_test.exs')
-rw-r--r--test/web/activity_pub/transmogrifier/undo_handling_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/transmogrifier/undo_handling_test.exs b/test/web/activity_pub/transmogrifier/undo_handling_test.exs
index 6f5e61ac3..eaf58adf7 100644
--- a/test/web/activity_pub/transmogrifier/undo_handling_test.exs
+++ b/test/web/activity_pub/transmogrifier/undo_handling_test.exs
@@ -17,7 +17,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.UndoHandlingTest do
user = insert(:user)
{:ok, activity} = CommonAPI.post(user, %{"status" => "hello"})
- {:ok, reaction_activity, _object} = CommonAPI.react_with_emoji(activity.id, user, "👌")
+ {:ok, reaction_activity} = CommonAPI.react_with_emoji(activity.id, user, "👌")
data =
File.read!("test/fixtures/mastodon-undo-like.json")