From 6858641a3c262b02808e438f76433bab1e68881f Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 31 Aug 2016 12:09:12 +0100 Subject: [PATCH] Debug mode on for tests. --- config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/config.py b/config.py index fe44862d7..d234e8b63 100644 --- a/config.py +++ b/config.py @@ -130,6 +130,7 @@ class Development(Config): class Test(Config): NOTIFY_ENVIRONMENT = 'test' + DEBUG = True CSV_UPLOAD_BUCKET_NAME = 'test-notifications-csv-upload' STATSD_PREFIX = "test" CELERY_QUEUES = Config.CELERY_QUEUES + [