Add proper mocks for the test.

Updated the localhost in the environment_test file so that if the tests fail if a mock is missing.
This commit is contained in:
Rebecca Law
2016-03-30 08:41:07 +01:00
parent a4629a290a
commit 017baca5e5
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
export NOTIFY_ADMIN_ENVIRONMENT='config.Test'
export ADMIN_CLIENT_SECRET='dev-notify-secret-key'
export ADMIN_CLIENT_USER_NAME='dev-notify-admin'
export API_HOST_NAME='http://localhost:6011'
export API_HOST_NAME='http://localhost:6311'
export DANGEROUS_SALT='dev-notify-salt'
export SECRET_KEY='dev-notify-secret-key'