We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89246c7 commit 0f3f205Copy full SHA for 0f3f205
elasticsearch-api/test/integration/yaml_test_runner.rb
@@ -329,6 +329,7 @@ class YamlTestCase < ::Minitest::Test; end
329
setup do
330
$helper_client.indices.delete index: '_all', ignore: 404
331
$helper_client.indices.delete_template name: 'test_2', ignore: 404
332
+ $helper_client.indices.delete_template name: 'test2', ignore: 404
333
$helper_client.indices.delete_template name: 'test', ignore: 404
334
$helper_client.indices.delete_template name: 'index_template', ignore: 404
335
$helper_client.snapshot.delete repository: 'test_repo_create_1', snapshot: 'test_snapshot', ignore: 404
0 commit comments