diff --git a/integrationtests/test_realworld_example.py b/integrationtests/test_realworld_example.py index 82644947a3cdc85a38be3403615b51fe1f4ded50..551fb0c1ddd130539cab28964c29c294d794ea2a 100644 --- a/integrationtests/test_realworld_example.py +++ b/integrationtests/test_realworld_example.py @@ -91,15 +91,6 @@ def usemodel(): dataset_inherits.sync_data_model(noquestion=True) -@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 create_identifiable_adapter(): ident = CaosDBIdentifiableAdapter() ident.load_from_yaml_definition(os.path.join(DATADIR, "identifiables.yml"))