mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-08 20:10:00 +00:00
13 lines
154 B
YAML
13 lines
154 B
YAML
---
|
|
"Indices status test":
|
|
- do:
|
|
indices.status: {}
|
|
|
|
- is_true: ok
|
|
|
|
- do:
|
|
catch: missing
|
|
indices.status:
|
|
index: not_here
|
|
|