forked from AkkomaGang/akkoma
Apply suggestion to test/plugs/http_signature_plug_test.exs
This commit is contained in:
parent
a12b6454bb
commit
e1fa8c11a9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ test "it call HTTPSignatures to check validity if the actor sighed it" do
|
|||
end
|
||||
end
|
||||
|
||||
describe "requries a signature when `authorized_fetch_mode` is enabled" do
|
||||
describe "requires a signature when `authorized_fetch_mode` is enabled" do
|
||||
setup do
|
||||
Pleroma.Config.put([:activitypub, :authorized_fetch_mode], true)
|
||||
|
||||
|
|
Loading…
Reference in a new issue