Skip to content

Commit 1a40777

Browse files
[TEST][ML] Fix yml test failure for data_frame_analytics_crud
Oddly, this passed CI on the PR that introduced it...
1 parent 04359a6 commit 1a40777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/src/test/resources/rest-api-spec/test/ml/data_frame_analytics_crud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ setup:
6363
id: "simple-outlier-detection-with-query"
6464
- match: { count: 1 }
6565
- match: { data_frame_analytics.0.id: "simple-outlier-detection-with-query" }
66-
- match: { data_frame_analytics.0.source.index: "index-source" }
66+
- match: { data_frame_analytics.0.source.index: ["index-source"] }
6767
- match: { data_frame_analytics.0.source.query: {"term" : { "user" : "Kimchy"} } }
6868
- match: { data_frame_analytics.0.dest.index: "index-dest" }
6969
- match: { data_frame_analytics.0.analysis: {"outlier_detection":{}} }

0 commit comments

Comments
 (0)