[ML][TEST] Use condition_type instead of type in rule bwc test
Original commit: elastic/x-pack-elasticsearch@f49fe28b4e
This commit is contained in:
parent
0001cadbb5
commit
b2f0745c7b
|
@ -149,7 +149,7 @@
|
||||||
"field_value": "uk",
|
"field_value": "uk",
|
||||||
"condition": {"operator":"lt","value":"33.3"}
|
"condition": {"operator":"lt","value":"33.3"}
|
||||||
},
|
},
|
||||||
{"type":"categorical", "field_name":"country", "value_filter": "foo"}
|
{"condition_type":"categorical", "field_name":"country", "value_filter": "foo"}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue