Merge branch 'following-relationships-optimizations' into 'develop'
[akkoma] / test / web / activity_pub / transmogrifier_test.exs
index 1299683fd08579ebf73827bc58db9339d77e08eb..2332029e59a6fda93209bf1a099759ec2b26b5d8 100644 (file)
@@ -1618,7 +1618,7 @@ defmodule Pleroma.Web.ActivityPub.TransmogrifierTest do
         })
 
       user_two = insert(:user)
-      Pleroma.FollowingRelationship.follow(user_two, user, "accept")
+      Pleroma.FollowingRelationship.follow(user_two, user, :follow_accept)
 
       {:ok, activity} = CommonAPI.post(user, %{"status" => "test"})
       {:ok, unrelated_activity} = CommonAPI.post(user_two, %{"status" => "test"})