test(alerting): fix broken unit tests
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user