瀏覽代碼

An act of desperation.

merge-requests/2720/head
lain 4 年之前
父節點
當前提交
2737809bbf
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      test/web/activity_pub/activity_pub_controller_test.exs

+ 1
- 1
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


Loading…
取消
儲存