diff options
| author | lain <lain@soykaf.club> | 2020-05-08 10:41:41 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-05-08 10:41:41 +0000 |
| commit | fbcc53760e6fcd393513c05a5bd7a4a6a6f3b731 (patch) | |
| tree | 86b0bb94dcb176c1708d174a339223fb0fe34ec5 /test/web/activity_pub/transmogrifier/undo_handling_test.exs | |
| parent | 0cf43391f272b2bb756b564e12bbcd3efda6a4bd (diff) | |
| parent | 7e9aaa0d0221311d831161d977c8b0e2a55b3439 (diff) | |
| download | pleroma-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.exs | 2 |
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") |
