mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-07 04:38:24 -04:00
Debug mode on for tests.
This commit is contained in:
@@ -130,6 +130,7 @@ class Development(Config):
|
|||||||
|
|
||||||
class Test(Config):
|
class Test(Config):
|
||||||
NOTIFY_ENVIRONMENT = 'test'
|
NOTIFY_ENVIRONMENT = 'test'
|
||||||
|
DEBUG = True
|
||||||
CSV_UPLOAD_BUCKET_NAME = 'test-notifications-csv-upload'
|
CSV_UPLOAD_BUCKET_NAME = 'test-notifications-csv-upload'
|
||||||
STATSD_PREFIX = "test"
|
STATSD_PREFIX = "test"
|
||||||
CELERY_QUEUES = Config.CELERY_QUEUES + [
|
CELERY_QUEUES = Config.CELERY_QUEUES + [
|
||||||
|
|||||||
Reference in New Issue
Block a user