mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): fixed test issues
This commit is contained in:
@@ -48,6 +48,7 @@ func TestAlertRuleChangesDataAccess(t *testing.T) {
|
||||
|
||||
SaveAlerts(&cmd)
|
||||
|
||||
query := &m.GetAlertChangesQuery{OrgId: FakeOrgId}
|
||||
er := GetAlertRuleChanges(query)
|
||||
So(er, ShouldBeNil)
|
||||
So(len(query.Result), ShouldEqual, 1)
|
||||
|
||||
Reference in New Issue
Block a user