diff --git a/config.py b/config.py index 4dade6412..997c9182d 100644 --- a/config.py +++ b/config.py @@ -36,7 +36,7 @@ class Development(Config): class Test(Config): - DEBUG = False + DEBUG = True SQLALCHEMY_DATABASE_URI = 'postgresql://localhost/test_notifications_admin' WTF_CSRF_ENABLED = False