Merge pull request #1444 from alphagov/revert-config-change

Remove SQLALCHEMY_ECHO for test
This commit is contained in:
Rebecca Law
2017-11-29 16:46:40 +00:00
committed by GitHub

View File

@@ -329,7 +329,6 @@ class Development(Config):
class Test(Config):
SQLALCHEMY_ECHO = True
NOTIFY_EMAIL_DOMAIN = 'test.notify.com'
FROM_NUMBER = 'testing'
NOTIFY_ENVIRONMENT = 'test'