summaryrefslogtreecommitdiff
path: root/rest-api-spec/test/indices.get_template/20_get_missing.yaml
blob: 2751f57dacb6c79c8deedabbcf58f3c97f9baa3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
setup:
  - do:
      indices.delete_template:
        name:   '*'
        ignore: 404
---
"Get missing template":

  - do:
      catch:  missing
      indices.get_template:
        name: test