X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=5d91279a22ae32927b22760825d6d3e0b73d7e73;hb=6c5f5e18ec1103a9d10d88081a27c2ae9dba4f41;hp=07f49d3e9eb85c0a081fbcf86029fd19ee5408b9;hpb=e32dbfc9a5477830dba7bf3e99621161e4454a29;p=akkoma diff --git a/config/test.exs b/config/test.exs index 07f49d3e9..5d91279a2 100644 --- a/config/test.exs +++ b/config/test.exs @@ -9,6 +9,9 @@ config :pleroma, Pleroma.Web.Endpoint, # Print only warnings and errors during test config :logger, level: :warn +config :pleroma, Pleroma.Upload, + uploads: "test/uploads" + # Configure your database config :pleroma, Pleroma.Repo, adapter: Ecto.Adapters.Postgres, @@ -21,3 +24,5 @@ config :pleroma, Pleroma.Repo, # Reduce hash rounds for testing config :comeonin, :pbkdf2_rounds, 1 + +config :pleroma, :websub_verifier, Pleroma.Web.WebsubMock