Updated tests to work with 1.0

This commit is contained in:
Honza Král
2014-01-18 01:54:30 +01:00
parent 2a5c53c6f9
commit 4adad8dc78
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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: