We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ea3e4 commit b41c523Copy full SHA for b41c523
conf/types/action.go
@@ -69,7 +69,7 @@ type ResponseExpectationAction struct {
69
70
type MetricRule struct {
71
Metric string `wst:"metric"`
72
- Operator string `wst:"operator,enum=eq,ne,gt,lt,ge,le"`
+ Operator string `wst:"operator,enum=eq|ne|gt|lt|ge|le"`
73
Value float64 `wst:"value"`
74
}
75
0 commit comments