From ec8955503fc8b28751eb2ee9633dff79ab3e981d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 17 Feb 2016 09:34:57 +0000 Subject: [PATCH] Twilio params into setup file for tests --- environment_test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/environment_test.sh b/environment_test.sh index 094e3ddc1..2be312597 100644 --- a/environment_test.sh +++ b/environment_test.sh @@ -10,3 +10,6 @@ export NOTIFICATION_QUEUE_PREFIX='notification_development-test' export SECRET_KEY='secret-key' export SQLALCHEMY_DATABASE_URI='postgresql://localhost/test_notification_api' export VERIFY_CODE_FROM_EMAIL_ADDRESS='no-reply@notify.works' +export TWILIO_ACCOUNT_SID="test" +export TWILIO_AUTH_TOKEN="test" +export TWILIO_NUMBER="test" \ No newline at end of file