disable statsd when testing

or it won't run if you're offline
This commit is contained in:
Leo Hemsted
2017-09-29 10:16:20 +01:00
parent 57b4971ac1
commit bb44479b3e

View File

@@ -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'