test(alerting): fix broken unit tests

This commit is contained in:
bergquist
2016-05-16 16:20:28 +02:00
parent 77b7cdfadb
commit 8dbb5bad4b
4 changed files with 8 additions and 8 deletions
@@ -40,7 +40,7 @@ func TestAlertRuleChangesDataAccess(t *testing.T) {
}
cmd := m.SaveAlertsCommand{
Alerts: &items,
Alerts: items,
DashboardId: testDash.Id,
OrgId: FakeOrgId,
UserId: 2,