Merge branch '1149-oban-job-queue' into 'develop'
[akkoma] / test / web / activity_pub / publisher_test.exs
index 381757e1b99fdfd7a5788fc167b0077920d5ac90..c7d0dc3a53c9ea2f714a34e77077e966f802af79 100644 (file)
@@ -263,7 +263,7 @@ defmodule Pleroma.Web.ActivityPub.PublisherTest do
       assert called(
                Pleroma.Web.Federator.Publisher.enqueue_one(Publisher, %{
                  inbox: "https://domain.com/users/nick1/inbox",
-                 actor: actor,
+                 actor_id: actor.id,
                  id: note_activity.data["id"]
                })
              )