---
setup:
- do:
indices.create:
index: test_1
index: test_2
"Check empty mapping when getting all mappings via /_mapping":
indices.get_mapping: {}
- match: { test_1.mappings: {}}
- match: { test_2.mappings: {}}