소스 검색

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


불러오는 중...
취소
저장