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 d1871a0 commit f26d9e5Copy full SHA for f26d9e5
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 index: 'test-weird-index*', ignore: 404
332
+ $helper_client.indices.delete_template name: 'nomatch', ignore: 404
333
$helper_client.indices.delete_template name: 'test_2', ignore: 404
334
$helper_client.indices.delete_template name: 'test2', ignore: 404
335
$helper_client.indices.delete_template name: 'test', ignore: 404
0 commit comments