From bc9c22c3fbb8bdd47e958d164f52c7a3dedd2a49 Mon Sep 17 00:00:00 2001 From: Callum Barratt Date: Tue, 23 Feb 2016 13:13:17 +0000 Subject: [PATCH] Fix app name in testing environment --- config/test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/test.exs b/config/test.exs index 8fd4797..6e6c3cd 100644 --- a/config/test.exs +++ b/config/test.exs @@ -11,7 +11,7 @@ config :logger, level: :warn # Configure your database if System.get_env("CIRCLECI") do - config :callumapi, Callumapi.Repo, + config :callum, Callumapi.Repo, adapter: Ecto.Adapters.Postgres, url: {:system, "DATABASE_URL"}, pool: Ecto.Adapters.SQL.Sandbox