Skip to content

Commit f26d9e5

Browse files
committed
[API] Delete 'nomatch' template to account for lack of test cleanup
1 parent d1871a0 commit f26d9e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elasticsearch-api/test/integration/yaml_test_runner.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,7 @@ class YamlTestCase < ::Minitest::Test; end
329329
setup do
330330
$helper_client.indices.delete index: '_all', ignore: 404
331331
$helper_client.indices.delete index: 'test-weird-index*', ignore: 404
332+
$helper_client.indices.delete_template name: 'nomatch', ignore: 404
332333
$helper_client.indices.delete_template name: 'test_2', ignore: 404
333334
$helper_client.indices.delete_template name: 'test2', ignore: 404
334335
$helper_client.indices.delete_template name: 'test', ignore: 404

0 commit comments

Comments
 (0)