From a7d78e755dbabafdb26cc5f4a9da8f57f3984f07 Mon Sep 17 00:00:00 2001 From: swdanielli Date: Mon, 25 Aug 2014 15:38:35 -0400 Subject: [PATCH] fix test case for pyfs --- .../xmodule/xmodule/modulestore/tests/test_mixed_modulestore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """