Commit 1032c381 by Oleg Marshev

Fix test.

parent 7326a18f
......@@ -55,7 +55,7 @@ class BaseAnnotationViewTests(APITestCase):
@classmethod
def setUpClass(cls):
CreateIndexCommand().handle(drop=True)
CreateIndexCommand().handle()
get_es().indices.refresh()
get_es().cluster.health(wait_for_status='yellow')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment