From 2beabd4aac007fe05aa6c3674c9ded7428162a20 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Wed, 25 Mar 2020 12:38:09 -0700 Subject: [PATCH] telegram needs testing API keys --- notifiers/telegram_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/notifiers/telegram_test.go b/notifiers/telegram_test.go index 80efd6d2..329c7a48 100644 --- a/notifiers/telegram_test.go +++ b/notifiers/telegram_test.go @@ -40,6 +40,7 @@ func init() { } func TestTelegramNotifier(t *testing.T) { + t.Skip() db, err := database.OpenTester() require.Nil(t, err) db.AutoMigrate(¬ifications.Notification{})