diff --git a/integrationtests/test_use_case_simple_presentation.py b/integrationtests/test_use_case_simple_presentation.py index 60f771cfacb6a055d8539c185e17eb75118117fa..1d611ba4b002aa4c5b31f6f6a2862985c9d4298f 100644 --- a/integrationtests/test_use_case_simple_presentation.py +++ b/integrationtests/test_use_case_simple_presentation.py @@ -42,13 +42,15 @@ DATADIR = os.path.join(os.path.dirname(__file__), "test_data", "extroot", "use_case_simple_presentation") # TODO: remove this -@pytest.fixture -def clear_database(): - # TODO(fspreck): Remove once the corresponding advancedtools function can be - # used. - ents = db.execute_query("FIND ENTITY WITH ID>99") - if ents: - ents.delete() + + +@pytest.fixture +def clear_database(): + # TODO(fspreck): Remove once the corresponding advancedtools function can be + # used. + ents = db.execute_query("FIND ENTITY WITH ID>99") + if ents: + ents.delete() def test_complete_crawler(