mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-04 21:51:43 -04:00
disable statsd when testing
or it won't run if you're offline
This commit is contained in:
@@ -106,7 +106,7 @@ class Development(Config):
|
||||
class Test(Development):
|
||||
DEBUG = True
|
||||
TESTING = True
|
||||
STATSD_ENABLED = True
|
||||
STATSD_ENABLED = False
|
||||
WTF_CSRF_ENABLED = False
|
||||
CSV_UPLOAD_BUCKET_NAME = 'test-notifications-csv-upload'
|
||||
LOGO_UPLOAD_BUCKET_NAME = 'public-logos-test'
|
||||
|
||||
Reference in New Issue
Block a user