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
+1 -1
View File
@@ -346,7 +346,7 @@ func TestAlertModel(t *testing.T) {
},
}
alerts := *cmd.GetAlertModels()
alerts := cmd.GetAlertModels()
Convey("all properties have been set", func() {
So(alerts, ShouldNotBeEmpty)