mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 17:38:44 +00:00
Added setup task that clears the test template before running exists_* tests
This commit is contained in:
parent
649f1b13da
commit
8c7bbbcc8f
@ -1,4 +1,10 @@
|
|||||||
---
|
---
|
||||||
|
setup:
|
||||||
|
- do:
|
||||||
|
indices.delete_template:
|
||||||
|
name: test
|
||||||
|
ignore: [404]
|
||||||
|
---
|
||||||
"Test indices.exists_template":
|
"Test indices.exists_template":
|
||||||
- do:
|
- do:
|
||||||
indices.exists_template:
|
indices.exists_template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user