diff --git a/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py b/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py index 598784b5df..aead5d7c37 100644 --- a/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py +++ b/common/lib/xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py @@ -1280,7 +1280,7 @@ def load_function(path): # pylint: disable=unused-argument -def create_modulestore_instance(engine, contentstore, doc_store_config, options, i18n_service=None): +def create_modulestore_instance(engine, contentstore, doc_store_config, options, i18n_service=None, fs_service=None): """ This will return a new instance of a modulestore given an engine and options """