Merge pull request #672 from dod-ccpo/suppress-sqlalchemy-output-in-test

Set debug to false in test config
This commit is contained in:
patricksmithdds 2019-02-22 10:38:23 -05:00 committed by GitHub
commit 333dc5f10b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
[default]
DEBUG = false
PGHOST = postgreshost
PGDATABASE = atat_test
REDIS_URI = redis://redishost:6379

View File

@ -1,4 +1,5 @@
[default]
DEBUG = false
ENVIRONMENT = test
PGDATABASE = atat_test
CRL_DIRECTORY = tests/fixtures/crl