diff options
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/test.exs b/config/test.exs index 26b5410fe..e0461e93d 100644 --- a/config/test.exs +++ b/config/test.exs @@ -9,8 +9,7 @@ config :pleroma, Pleroma.Web.Endpoint, # Print only warnings and errors during test config :logger, level: :warn -config :pleroma, Pleroma.Upload, - uploads: "test/uploads" +config :pleroma, Pleroma.Upload, uploads: "test/uploads" # Configure your database config :pleroma, Pleroma.Repo, @@ -21,7 +20,6 @@ config :pleroma, Pleroma.Repo, hostname: System.get_env("DB_HOST") || "localhost", pool: Ecto.Adapters.SQL.Sandbox - # Reduce hash rounds for testing config :comeonin, :pbkdf2_rounds, 1 |