Fix tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2018-07-04 16:23:52 +02:00
parent 93a97b0865
commit 615e91a05b
8 changed files with 46 additions and 56 deletions

View File

@@ -21,3 +21,6 @@ config :eventos, Eventos.Repo,
hostname: System.get_env("POSTGRES_HOST") || "localhost",
pool: Ecto.Adapters.SQL.Sandbox,
types: Eventos.PostgresTypes
config :eventos, Eventos.Mailer,
adapter: Bamboo.TestAdapter