ActivityPubControllerTest: Capture error log

This commit is contained in:
lain 2020-06-23 12:04:51 +02:00
parent d93e01137b
commit adc199c6a8
1 changed files with 1 additions and 0 deletions

View File

@ -536,6 +536,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
assert_receive {:mix_shell, :info, ["relay.mastodon.host"]}
end
@tag capture_log: true
test "without valid signature, " <>
"it only accepts Create activities and requires enabled federation",
%{conn: conn} do