[ML][TEST] Use condition_type instead of type in rule bwc test

Original commit: elastic/x-pack-elasticsearch@f49fe28b4e
This commit is contained in:
Dimitrios Athanasiou 2018-01-26 18:46:11 +00:00
parent 0001cadbb5
commit b2f0745c7b
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@
"field_value": "uk",
"condition": {"operator":"lt","value":"33.3"}
},
{"type":"categorical", "field_name":"country", "value_filter": "foo"}
{"condition_type":"categorical", "field_name":"country", "value_filter": "foo"}
]
}
]