aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-23 12:04:51 +0200
committerlain <lain@soykaf.club>2020-06-23 12:04:51 +0200
commitadc199c6a8932f893bc1098acbf222e64cdb07d9 (patch)
tree48d3b62ed5b0978926cb1c0402ba11cdf6fdd137
parentd93e01137b0682dd97b95b848f7b8656de89e3cf (diff)
downloadpleroma-adc199c6a8932f893bc1098acbf222e64cdb07d9.tar.gz
ActivityPubControllerTest: Capture error log
-rw-r--r--test/web/activity_pub/activity_pub_controller_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs
index e5f801b22..e722f7c04 100644
--- a/test/web/activity_pub/activity_pub_controller_test.exs
+++ b/test/web/activity_pub/activity_pub_controller_test.exs
@@ -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