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