Fixed pep8 issues and hostname in the test environment.

This commit is contained in:
Martyn Inglis
2016-05-13 17:20:29 +01:00
parent 3f7559b286
commit 829d862739
4 changed files with 6 additions and 20 deletions

View File

@@ -23,6 +23,6 @@ export MMG_FROM_NUMBER='test'
export LOADTESTING_API_KEY="loadtesting"
export LOADTESTING_NUMBER="loadtesting"
export STATSD_ENABLED=True
export STATSD_HOST="somehost"
export STATSD_HOST="localhost"
export STATSD_PORT=1000
export STATSD_PREFIX="stats-prefix"
export STATSD_PREFIX="stats-prefix"