mirror of https://github.com/statping/statping
parent
e938f9c848
commit
2beabd4aac
|
@ -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{})
|
||||
|
|
Loading…
Reference in New Issue