test(alerting): fix broken tests
This commit is contained in:
@@ -36,7 +36,7 @@ func TestQueryCondition(t *testing.T) {
|
||||
Convey("Can read evaluator", func() {
|
||||
evaluator, ok := ctx.condition.Evaluator.(*DefaultAlertEvaluator)
|
||||
So(ok, ShouldBeTrue)
|
||||
So(evaluator.Type, ShouldEqual, ">")
|
||||
So(evaluator.Type, ShouldEqual, "gt")
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user