diff --git a/config/default.py b/config/default.py index a0ccb25a..a916a6c6 100644 --- a/config/default.py +++ b/config/default.py @@ -97,4 +97,4 @@ MAIL_USERNAME = environ.get('MAIL_USERNAME', default='') MAIL_PASSWORD = environ.get('MAIL_PASSWORD', default='') # Local file path -SYNC_FILE_ROOT = 'tests/data/IMPORT_TEST' \ No newline at end of file +SYNC_FILE_ROOT = environ.get('SYNC_FILE_ROOT', default='tests/data/IMPORT_TEST') \ No newline at end of file diff --git a/tests/data/IMPORT_TEST/Library Specs/Library One/empty_workflow_library.bpmn b/tests/data/IMPORT_TEST/Library Specs/library_one/empty_workflow_library.bpmn similarity index 100% rename from tests/data/IMPORT_TEST/Library Specs/Library One/empty_workflow_library.bpmn rename to tests/data/IMPORT_TEST/Library Specs/library_one/empty_workflow_library.bpmn diff --git a/tests/data/IMPORT_TEST/Library Specs/Library One/workflow.json b/tests/data/IMPORT_TEST/Library Specs/library_one/workflow.json similarity index 100% rename from tests/data/IMPORT_TEST/Library Specs/Library One/workflow.json rename to tests/data/IMPORT_TEST/Library Specs/library_one/workflow.json