Fix code style

This commit is contained in:
Rebecca Law
2016-01-18 11:03:38 +00:00
parent c4e5ab7c77
commit 8ace626320
2 changed files with 2 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ class Development(Config):
DANGEROUS_SALT = 'dangerous-salt'
ADMIN_USER_EMAIL_ADDRESS = 'dev-notify-admin@digital.cabinet-office.gov.uk'
class Test(Config):
DEBUG = True
SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/test_notification_api'