Added setup task that clears the test template before running exists_* tests

This commit is contained in:
Spencer Alger 2014-01-20 09:52:25 -07:00
parent 649f1b13da
commit 8c7bbbcc8f

View File

@ -1,4 +1,10 @@
---
setup:
- do:
indices.delete_template:
name: test
ignore: [404]
---
"Test indices.exists_template":
- do:
indices.exists_template: