Merge branch 'patch-3' into 'develop'
[akkoma] / config / test.exs
index e13696d5c2848167113a94275d1ec1a559bdb8f3..1bd11dee44543c1163116c4913ccf811c21f1330 100644 (file)
@@ -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