mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 09:28:27 +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":
|
||||
- do:
|
||||
indices.exists_template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user