Browse Source

An act of desperation.

merge-requests/2720/head
lain 4 years ago
parent
commit
2737809bbf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/web/activity_pub/activity_pub_controller_test.exs

+ 1
- 1
test/web/activity_pub/activity_pub_controller_test.exs View File

@@ -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


Loading…
Cancel
Save