diff --git a/environment_test.sh b/environment_test.sh index 2be312597..bbc44a855 100644 --- a/environment_test.sh +++ b/environment_test.sh @@ -12,4 +12,6 @@ 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 +export TWILIO_NUMBER="test" +export FIRETEXT_API_KEY="Firetext" +export FIRETEXT_NUMBER="Firetext" \ No newline at end of file