test(alerting): fixes broken unittests

This commit is contained in:
bergquist
2016-06-10 13:47:54 +02:00
parent 3c0b5fe78e
commit ea8fb66f73
14 changed files with 88 additions and 121 deletions
@@ -20,7 +20,7 @@ func TestAlertRuleChangesDataAccess(t *testing.T) {
var err error
Convey("When dashboard is removed", func() {
items := []*m.AlertRuleDAO{
items := []*m.AlertRuleModel{
{
PanelId: 1,
DashboardId: testDash.Id,