Renamed the "All indices" test for `_search` API to "Default index"
This reverts commit 51713399e943412866e95cf94f341cb4625ef831.
This commit is contained in:
parent
62a489b07b
commit
d0a282727f
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
"All indices":
|
||||
"Default index":
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_2
|
||||
|
@ -26,7 +26,6 @@
|
|||
|
||||
- do:
|
||||
search:
|
||||
index: _all
|
||||
type: test
|
||||
body:
|
||||
query:
|
Loading…
Reference in New Issue