[Tests] Remove redudant rest test added in #27900
The removed rest test doesn't really test the the issue reported in #27841 and adds nothing on top of the unit test.
This commit is contained in:
parent
fb2fd4e8ee
commit
05aa1a6033
|
@ -246,22 +246,6 @@ setup:
|
|||
- match: { aggregations.the_filter.buckets.second_filter.doc_count: 1 }
|
||||
- match: { aggregations.the_filter.meta.foo: "bar" }
|
||||
|
||||
---
|
||||
"Single anonymous bool query":
|
||||
|
||||
- do:
|
||||
search:
|
||||
body:
|
||||
aggs:
|
||||
the_filter:
|
||||
filters:
|
||||
filters:
|
||||
- bool: {}
|
||||
|
||||
- match: { hits.total: 4 }
|
||||
- length: { hits.hits: 4 }
|
||||
- match: { aggregations.the_filter.buckets.0.doc_count: 4 }
|
||||
|
||||
---
|
||||
"Bad params":
|
||||
|
||||
|
|
Loading…
Reference in New Issue