log capture

This commit is contained in:
Alexander Strizhakov 2020-11-18 16:36:24 +03:00
parent 8a8c154b4e
commit 4aaffe3a10
No known key found for this signature in database
GPG Key ID: 022896A53AEF1381
1 changed files with 2 additions and 0 deletions

View File

@ -800,6 +800,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
assert json_response(ret_conn, 200)
end
@tag capture_log: true
test "forwarded report", %{conn: conn} do
admin = insert(:user, is_admin: true)
actor = insert(:user, local: false)
@ -875,6 +876,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
)
end
@tag capture_log: true
test "forwarded report from mastodon", %{conn: conn} do
admin = insert(:user, is_admin: true)
actor = insert(:user, local: false)