telegram needs testing API keys

pull/458/head v0.90.17
hunterlong 2020-03-25 12:38:09 -07:00
parent e938f9c848
commit 2beabd4aac
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ func init() {
}
func TestTelegramNotifier(t *testing.T) {
t.Skip()
db, err := database.OpenTester()
require.Nil(t, err)
db.AutoMigrate(&notifications.Notification{})