mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-03 04:50:48 -05:00
Merge pull request #1444 from alphagov/revert-config-change
Remove SQLALCHEMY_ECHO for test
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user