diff --git a/integrationtests/test-profile/profile.yml b/integrationtests/test-profile/profile.yml index 25580e3ba51a1e984c6eeb07b16e350ae0366ab8..f830a2fbe6c6a4ae35362676db310f3eadf6f4cc 100644 --- a/integrationtests/test-profile/profile.yml +++ b/integrationtests/test-profile/profile.yml @@ -22,7 +22,7 @@ default: # list of `NAME: PATH` pairs or a single path. extroot: # "": "paths/extroot" - "use_case_simple_presentation": "../test_data/extroot/use_case_simple_presentation" + "": "../test_data/extroot/" # # "base": "/path/to/base/dir" # "other": "/path/to/other" diff --git a/integrationtests/test_data/extroot/use_case_simple_presentation/cfood.yml b/integrationtests/test_data/extroot/use_case_simple_presentation/cfood.yml index 9cc1bc2991cb11228e60cd789bf649a6d633d99d..0b17073a823269c9eebbf53df6b9002ac8dbd45f 100644 --- a/integrationtests/test_data/extroot/use_case_simple_presentation/cfood.yml +++ b/integrationtests/test_data/extroot/use_case_simple_presentation/cfood.yml @@ -10,7 +10,7 @@ Converters: {} extroot: type: Directory - match: extroot + match: use_case_simple_presentation subtree: ExperimentalData: # name of the converter type: Directory diff --git a/integrationtests/test_use_case_simple_presentation.py b/integrationtests/test_use_case_simple_presentation.py index 443a41e764c6dd1013c47abc017d077e6be39c20..ba8009fcaab2696fb20970a2a6daaa8848d6d0a6 100644 --- a/integrationtests/test_use_case_simple_presentation.py +++ b/integrationtests/test_use_case_simple_presentation.py @@ -78,7 +78,7 @@ def test_complete_crawler( os.path.join(DATADIR, "provenance.yml"), False, True, - "/extroot") + "/use_case_simple_presentation") res = db.execute_query("FIND Record Experiment") assert len(res) == 1