remove unneeded function
[akkoma] / test / pleroma / web / activity_pub / publisher_test.exs
index 0f1d621b1d265c89f7a76136887be73cc3b157f0..93bf5c345e95084a7f6b4d3abb9e13f63895196b 100644 (file)
@@ -344,7 +344,7 @@ defmodule Pleroma.Web.ActivityPub.PublisherTest do
 
       assert not called(
                Pleroma.Web.Federator.Publisher.enqueue_one(Publisher, %{
-                 inbox: "https://rejected.com/users/nick1/inbox",
+                 inbox: "https://rejected.com/users/nick2/inbox",
                  actor_id: actor.id,
                  id: public_note_activity.data["id"]
                })