diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-18 16:36:24 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-11-19 09:58:32 +0300 |
commit | 4aaffe3a10e9aaba4a649ac108221a82e7038387 (patch) | |
tree | 32cbd39b039b718f8d760622975cd654553ab2c3 | |
parent | 8a8c154b4eb5a271c9904a9bb21f4c5f2d985fe4 (diff) | |
download | pleroma-4aaffe3a10e9aaba4a649ac108221a82e7038387.tar.gz pleroma-4aaffe3a10e9aaba4a649ac108221a82e7038387.zip |
log capture
-rw-r--r-- | test/pleroma/web/activity_pub/activity_pub_controller_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs index c3d4fcca7..6a1044991 100644 --- a/test/pleroma/web/activity_pub/activity_pub_controller_test.exs +++ b/test/pleroma/web/activity_pub/activity_pub_controller_test.exs @@ -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) |