From 8b94badfea9aa8d0bf1b30520de437f44ebadd4a Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Fri, 2 Dec 2022 10:36:47 +0000 Subject: [PATCH] mix format --- .../web/activity_pub/transmogrifier/reject_handling_test.exs | 1 + 1 file changed, 1 insertion(+) 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")