Scroll test was missing an index - fails when other indices present
This commit is contained in:
parent
3011201a51
commit
de4a84ccee
|
@ -15,8 +15,9 @@
|
|||
|
||||
- do:
|
||||
search:
|
||||
index: test_scroll
|
||||
search_type: scan
|
||||
scroll: 1m
|
||||
scroll: 1m
|
||||
body:
|
||||
query:
|
||||
match_all: {}
|
||||
|
|
Loading…
Reference in New Issue