Stream follow updates
[akkoma] / test / pleroma / web / activity_pub / activity_pub_controller_test.exs
index c9b42148911df86a99a657670337bdb6938add54..0063d048298b8f6a15d3d738fbbff7125f21d492 100644 (file)
@@ -675,7 +675,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
       recipient = insert(:user)
       actor = insert(:user, %{ap_id: "http://mastodon.example.org/users/actor"})
 
-      {:ok, recipient} = User.follow(recipient, actor)
+      {:ok, recipient, actor} = User.follow(recipient, actor)
 
       object =
         data["object"]