mirror of https://github.com/statping/statping
test
parent
ca39fc73a4
commit
ac2ce43499
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue