tests: add tests for signed object fetches

This commit is contained in:
Ariadne Conill 2019-07-17 22:58:52 +00:00
commit 1345e0c2bf
2 changed files with 32 additions and 0 deletions

View file

@ -31,6 +31,8 @@ config :pleroma, :instance,
skip_thread_containment: false,
federating: false
config :pleroma, :activitypub, sign_object_fetches: false
# Configure your database
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,