feat(alerting): fixed test issues

This commit is contained in:
Torkel Ödegaard
2016-06-07 14:51:53 +02:00
parent 8105ec4660
commit 3289225b77
6 changed files with 19 additions and 35 deletions

View File

@@ -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)