Remove SQLALCHEMY_ECHO for test

This commit is contained in:
Rebecca Law
2017-11-29 15:15:03 +00:00
parent 95fd1e8c31
commit 3b1112d4e4

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'