Browse Source

test(emails): update fake data model

bergquist 9 years ago
parent
commit
59cb51dc6f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/services/notifications/send_email_integration_test.go

+ 1 - 1
pkg/services/notifications/send_email_integration_test.go

@@ -40,7 +40,7 @@ func TestEmailIntegrationTest(t *testing.T) {
 					"RuleUrl":       "http://localhost:3000/dashboard/db/graphite-dashboard",
 					"ImageLink":     "http://localhost:3000/render/dashboard-solo/db/graphite-dashboard?panelId=1&from=1471008499616&to=1471012099617&width=1000&height=500",
 					"AlertPageUrl":  "http://localhost:3000/alerting",
-					"Events": []map[string]string{
+					"EvalMatches": []map[string]string{
 						{
 							"Metric": "desktop",
 							"Value":  "40",