mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-22 04:45:37 +00:00
REST tests: Fixed bad YAML in search/10_source_filtering
This commit is contained in:
parent
e54dd688a1
commit
cbb7b633f6
@ -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] }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user