twilio test

pull/78/head v0.66
Hunter Long 2018-09-24 22:20:22 -07:00
parent 3ca97cbb46
commit ed1abd31d9
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ func init() {
}
func TestTwilioNotifier(t *testing.T) {
t.SkipNow()
t.Parallel()
if TWILIO_SID == "" || TWILIO_SECRET == "" || TWILIO_FROM == "" {
t.Log("twilio notifier testing skipped, missing TWILIO_SID environment variable")