summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-08-01 17:28:00 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-08-01 17:28:00 +0300
commit23d279e03ee1f7a1285614754738711359bc4b81 (patch)
tree4ec0b67b1ef6f8588546d5fb04e09a2b8a4aa57a /test/web/activity_pub
parentcdfd02e90455fe7c01026efb48af3194cc82252b (diff)
downloadpleroma-23d279e03ee1f7a1285614754738711359bc4b81.tar.gz
pleroma-23d279e03ee1f7a1285614754738711359bc4b81.zip
[#1149] Replaced RetryQueue with oban-based retries.
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/publisher_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/publisher_test.exs b/test/web/activity_pub/publisher_test.exs
index 36a39c84c..26d019878 100644
--- a/test/web/activity_pub/publisher_test.exs
+++ b/test/web/activity_pub/publisher_test.exs
@@ -257,7 +257,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"]
})
)