From 3ce40125613f88bb8c12bf7476c90648c6b7917e Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Thu, 21 Feb 2019 16:19:26 -0500 Subject: [PATCH] Set debug to false in test config --- config/ci.ini | 1 + config/test.ini | 1 + 2 files changed, 2 insertions(+) diff --git a/config/ci.ini b/config/ci.ini index 3ee7f480..7f89af01 100644 --- a/config/ci.ini +++ b/config/ci.ini @@ -1,4 +1,5 @@ [default] +DEBUG = false PGHOST = postgreshost PGDATABASE = atat_test REDIS_URI = redis://redishost:6379 diff --git a/config/test.ini b/config/test.ini index 3da77886..b5ac5230 100644 --- a/config/test.ini +++ b/config/test.ini @@ -1,4 +1,5 @@ [default] +DEBUG = false ENVIRONMENT = test PGDATABASE = atat_test CRL_DIRECTORY = tests/fixtures/crl