There was an error while loading. Please reload this page.
1 parent 06e9a98 commit bf1892bCopy full SHA for bf1892b
elasticsearch/helpers/test.py
@@ -48,7 +48,7 @@ def setUpClass(cls):
48
49
def tearDown(self):
50
super(ElasticsearchTestCase, self).tearDown()
51
- self.client.indices.delete(index='*')
+ self.client.indices.delete(index='*', ignore=404)
52
self.client.indices.delete_template(name='*', ignore=404)
53
54
@property
0 commit comments