[#114] Added tests for "POST /api/account/password_reset".

This commit is contained in:
Ivan Tashkinov 2018-12-12 16:28:00 +03:00
commit 4e7d98922e
2 changed files with 44 additions and 1 deletions

View file

@ -11,6 +11,8 @@ config :logger, level: :warn
config :pleroma, Pleroma.Uploaders.Local, uploads: "test/uploads"
config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Test
# Configure your database
config :pleroma, Pleroma.Repo,
adapter: Ecto.Adapters.Postgres,