Skip to content
Snippets Groups Projects
Commit baa032a8 authored by florian's avatar florian
Browse files

FIX: Add missing fixture that didn't survive the merge

parent 1919ee6b
Branches
Tags
2 merge requests!105REL: v0.4.0,!101ENH: add the 'add_prefix' argument
Pipeline #34106 passed
......@@ -98,7 +98,7 @@ def create_identifiable_adapter():
return ident
def test_dataset(clear_database, usemodel, addfiles):
def test_dataset(clear_database, usemodel, addfiles, caplog):
caplog.set_level(logging.DEBUG, logger="caoscrawler")
identifiable_path = os.path.join(DATADIR, "identifiables.yml")
crawler_definition_path = os.path.join(DATADIR, "dataset_cfoods.yml")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment