diff --git a/test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs b/test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs index a22da4378..52a61f310 100644 --- a/test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs +++ b/test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs @@ -58,6 +58,7 @@ test "it works for incoming rejects which are referenced by IRI only" do test "it handles accept activities that do not contain an ID key" do follower = insert(:user) followed = insert(:user, is_locked: true) + pending_follow = insert(:follow_activity, follower: follower, followed: followed, state: "pending")