diff options
author | lain <lain@soykaf.club> | 2020-06-23 11:03:32 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-06-23 11:03:32 +0200 |
commit | 2737809bbf249696d06d4a351837a405d79d47e3 (patch) | |
tree | 3da9d4e115a0d50f41a6c3bb0180c03dfb2a7f66 | |
parent | 2c603f20098d7f342e1cbad8e6a6c86b007c5a99 (diff) | |
download | pleroma-2737809bbf249696d06d4a351837a405d79d47e3.tar.gz |
An act of desperation.
-rw-r--r-- | test/web/activity_pub/activity_pub_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs index e490a5744..6ea50fd96 100644 --- a/test/web/activity_pub/activity_pub_controller_test.exs +++ b/test/web/activity_pub/activity_pub_controller_test.exs @@ -665,7 +665,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do |> post("/users/#{user.nickname}/inbox", data) assert "ok" == json_response(conn, 200) - ObanHelpers.perform(all_enqueued(worker: ReceiverWorker)) + ObanHelpers.perform_all() %Activity{} = activity = Activity.get_by_ap_id(data["id"]) assert "https://www.w3.org/ns/activitystreams#Public" in activity.recipients end |