diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-08-13 16:04:43 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2020-08-13 16:04:43 +0000 |
commit | f99b8a25ebd89a11ad3b98fa5815cc4fd338eeb1 (patch) | |
tree | f783663a78a7b221e393cb289129b69a9eea64f5 /test/web/activity_pub/transmogrifier/undo_handling_test.exs | |
parent | 8d5f9d4b28e370aa0526c7c2f8cf7bfc1a78e6be (diff) | |
parent | 2e347e8286fab13075e6e39e64e56cb3ba14e7e8 (diff) | |
download | pleroma-f99b8a25ebd89a11ad3b98fa5815cc4fd338eeb1.tar.gz pleroma-f99b8a25ebd89a11ad3b98fa5815cc4fd338eeb1.zip |
Merge branch 'reject' into 'develop'
Move Accepts and Rejects to the Pipeline
See merge request pleroma/pleroma!2878
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 01dd6c370..8683f7135 100644 --- a/test/web/activity_pub/transmogrifier/undo_handling_test.exs +++ b/test/web/activity_pub/transmogrifier/undo_handling_test.exs @@ -130,7 +130,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier.UndoHandlingTest do "http://mastodon.example.org/users/admin/statuses/99542391527669785/activity" end - test "it works for incomming unfollows with an existing follow" do + test "it works for incoming unfollows with an existing follow" do user = insert(:user) follow_data = |