forked from AkkomaGang/akkoma
ActivityPubControllerTest: Capture error log
This commit is contained in:
parent
d93e01137b
commit
adc199c6a8
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ test "accept follow activity", %{conn: conn} 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
|
||||
|
|
Loading…
Reference in a new issue