mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tech(alerting): change from array to map
This commit is contained in:
18
pkg/services/sqlstore/alert_heartbeat_test.go
Normal file
18
pkg/services/sqlstore/alert_heartbeat_test.go
Normal file
@@ -0,0 +1,18 @@
|
||||
package sqlstore
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
// m "github.com/grafana/grafana/pkg/models"
|
||||
. "github.com/smartystreets/goconvey/convey"
|
||||
)
|
||||
|
||||
func TestAlertingHeartbeatDataAccess(t *testing.T) {
|
||||
|
||||
Convey("Testing Alerting data access", t, func() {
|
||||
InitTestDB(t)
|
||||
//send heartbeat from server 1
|
||||
//send heartbeat from server 2
|
||||
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user