test(alerting): add test for deleting alerts

This commit is contained in:
bergquist
2016-04-25 13:00:05 +02:00
parent bdd3e2ad73
commit f167ce19ab
-3
View File
@@ -159,8 +159,6 @@ func TestAlertingDataAccess(t *testing.T) {
Slug: testDash.Slug,
})
/* Uncomment this once we know why inTransaction2 is failing in unit tests
So(err, ShouldBeNil)
Convey("Alerts should be removed", func() {
@@ -170,7 +168,6 @@ func TestAlertingDataAccess(t *testing.T) {
So(err2, ShouldBeNil)
So(len(alerts), ShouldEqual, 0)
})
*/
})
})
}