From 53bdedf8f37ff799eebbde0b998892cc5af4ac4d Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Wed, 17 Feb 2016 14:27:28 +0000 Subject: [PATCH] Test properties for firetext --- environment_test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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