Skip to content
Snippets Groups Projects
Verified Commit b52def03 authored by Martin Weise's avatar Martin Weise
Browse files

Wrong path

parent 34f35d7e
No related branches found
No related tags found
2 merge requests!407Master,!405Forgot to push the dashboard-ui
......@@ -41,7 +41,7 @@ def cleanup(request, session):
:return:
"""
logging.info("[fixture] clean schema")
with open('./init/database.json', 'r') as f:
with open('./database.json', 'r') as f:
if session.get_client().indices.exists(index="database"):
session.get_client().indices.delete(index="database")
session.get_client().indices.create(index="database", body=json.load(f))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment