Commit b5d92b61 by bergquist

test(alerting): fix broken tests

parent 6b90587d
......@@ -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")
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment