X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=1bd11dee44543c1163116c4913ccf811c21f1330;hb=8bd7ace4203a06257eda19829a14e17e381724d9;hp=e13696d5c2848167113a94275d1ec1a559bdb8f3;hpb=5855ffd322212e5ba7110a118e7aa889786d9e38;p=akkoma diff --git a/config/test.exs b/config/test.exs index e13696d5c..1bd11dee4 100644 --- a/config/test.exs +++ b/config/test.exs @@ -21,7 +21,7 @@ config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox # Reduce hash rounds for testing -config :comeonin, :pbkdf2_rounds, 1 +config :pbkdf2_elixir, rounds: 1 config :pleroma, :websub, Pleroma.Web.WebsubMock config :pleroma, :ostatus, Pleroma.Web.OStatusMock @@ -32,6 +32,6 @@ try do rescue _ -> IO.puts( - "You may want to create test.secret.exs to declare custom database connection paramenters." + "You may want to create test.secret.exs to declare custom database connection parameters." ) end