projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d93e011
)
ActivityPubControllerTest: Capture error log
author
lain
<lain@soykaf.club>
Tue, 23 Jun 2020 10:04:51 +0000
(12:04 +0200)
committer
lain
<lain@soykaf.club>
Tue, 23 Jun 2020 10:04:51 +0000
(12:04 +0200)
test/web/activity_pub/activity_pub_controller_test.exs
patch
|
blob
|
history
diff --git
a/test/web/activity_pub/activity_pub_controller_test.exs
b/test/web/activity_pub/activity_pub_controller_test.exs
index e5f801b221ed7e5265beeacc48fe37071ef39beb..e722f7c04ee157c990365d5e741b7b6449b6c734 100644
(file)
--- 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