Skip to content
Snippets Groups Projects
Commit 7a227bb2 authored by Jesse Zoldak's avatar Jesse Zoldak
Browse files

Merge pull request #6292 from edx/zoldak/default-xml-test-dir

for tests change the default xml data dir 
parents ca8faf92 40aaf5de
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ update_module_store_settings(
'fs_root': TEST_ROOT / "data",
},
xml_store_options={
'data_dir': mkdtemp(), # never inadvertently load all the XML courses
'data_dir': mkdtemp(dir=TEST_ROOT), # never inadvertently load all the XML courses
},
doc_store_settings={
'host': MONGO_HOST,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment