feat(alerting): things are compiling and tests pass

This commit is contained in:
Torkel Ödegaard
2016-06-06 13:50:47 +02:00
parent 0cbf4ae773
commit 7a34c129fe
15 changed files with 156 additions and 215 deletions
@@ -20,8 +20,8 @@ func TestAlertRuleChangesDataAccess(t *testing.T) {
var err error
Convey("When dashboard is removed", func() {
items := []m.AlertRule{
{
items := []*m.AlertRule{
&m.AlertRule{
PanelId: 1,
DashboardId: testDash.Id,
Query: "Query",