зеркало из https://github.com/mozilla/MozDef.git
Fix elasticsearch client failing spec
Signed-off-by: Brandon Myers <bmyers@mozilla.com>
This commit is contained in:
Родитель
78253da3d4
Коммит
645947be19
|
@ -241,7 +241,7 @@ class TestGetIndices(ElasticsearchClientTest):
|
|||
time.sleep(0.5)
|
||||
indices = self.es_client.get_indices()
|
||||
indices.sort()
|
||||
assert indices == [self.alert_index_name, self.event_index_name, 'test_index']
|
||||
assert indices == [self.alert_index_name, self.previous_event_index_name, self.event_index_name, 'test_index']
|
||||
|
||||
|
||||
class TestClusterHealth(ElasticsearchClientTest):
|
||||
|
|
Загрузка…
Ссылка в новой задаче