зеркало из https://github.com/mozilla/MozDef.git
removing extra index from assertion on index_exists test
This commit is contained in:
Родитель
88821a067b
Коммит
39f5a89df8
|
@ -377,7 +377,7 @@ class TestIndexExists(ElasticsearchClientTest):
|
|||
self.es_client.create_index('test_index')
|
||||
time.sleep(1)
|
||||
indices = self.es_client.index_exists('test_index')
|
||||
assert indices == [self.event_index_name, 'test_index']
|
||||
assert indices == ['test_index']
|
||||
|
||||
|
||||
class TestClusterHealth(ElasticsearchClientTest):
|
||||
|
|
Загрузка…
Ссылка в новой задаче