mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 05:28:34 +00:00
10 lines
156 B
YAML
10 lines
156 B
YAML
|
---
|
||
|
"Raise 404 when index doesn't exist":
|
||
|
- do:
|
||
|
catch: missing
|
||
|
indices.get_mapping:
|
||
|
index: test_index
|
||
|
type: not_test_type
|
||
|
|
||
|
|