summaryrefslogtreecommitdiff
path: root/rest-api-spec/test/indices.get_mapping/30_missing_index.yaml
blob: 6aadb3743753a32229357b24ce0fd94b6f110006 (plain)
1
2
3
4
5
6
7
8
9
---
"Raise 404 when index doesn't exist":
  - do:
      catch: missing
      indices.get_mapping:
        index: test_index
        type: not_test_type