REST tests: Fixed bad YAML in search/10_source_filtering

This commit is contained in:
Clinton Gormley 2015-05-27 19:34:44 +02:00
parent e54dd688a1
commit cbb7b633f6

View File

@ -89,10 +89,10 @@
query: { match_all: {} }
- match: { hits.hits.0.fields: { include.field2 : [v2] }}
- is_true: hits.hits.0._source
- do:
search:
fielddata_fields: ["count"]
- match: { hits.hits.0.fields.count: [1] }
fielddata_fields: [ "count" ]
- match: { hits.hits.0.fields.count: [1] }