projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdc6ba8
)
Credo fixes for the credo god.
author
lain
<lain@soykaf.club>
Thu, 21 May 2020 12:12:32 +0000
(14:12 +0200)
committer
lain
<lain@soykaf.club>
Thu, 21 May 2020 12:12:32 +0000
(14:12 +0200)
test/web/activity_pub/object_validator_test.exs
patch
|
blob
|
history
diff --git
a/test/web/activity_pub/object_validator_test.exs
b/test/web/activity_pub/object_validator_test.exs
index 84e5edd05f9ed71c5dba1ec9b71dae8f64a23241..7953eecf2734ee7a7393da0ebfa70fa294ba1613 100644
(file)
--- a/
test/web/activity_pub/object_validator_test.exs
+++ b/
test/web/activity_pub/object_validator_test.exs
@@
-364,7
+364,7
@@
defmodule Pleroma.Web.ActivityPub.ObjectValidatorTest do
assert {:ok, _, _} = ObjectValidator.validate(announce, [])
- # The actor of the object can not announce it publicly
+ # The actor of the object can not announce it publicly
{:ok, announce, []} = Builder.announce(user, object, public: true)
{:error, cng} = ObjectValidator.validate(announce, [])