Updated tests to work with 1.0
This commit is contained in:
@@ -114,7 +114,7 @@ class ElasticTestCase(TestCase):
|
||||
self.client = ElasticTestCase.client
|
||||
|
||||
def tearDown(self):
|
||||
self.client.indices.delete()
|
||||
self.client.indices.delete('*')
|
||||
try:
|
||||
self.client.indices.delete_template('*')
|
||||
except NotFoundError:
|
||||
|
||||
Reference in New Issue
Block a user