mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
9 lines
136 B
YAML
9 lines
136 B
YAML
---
|
|
"Indices status test":
|
|
- do:
|
|
indices.status: {}
|
|
|
|
- do:
|
|
catch: missing
|
|
indices.status:
|
|
index: not_here
|