s/pylint: disable=W0142/pylint: disable=star-args/
This commit is contained in:
@@ -1846,7 +1846,7 @@ def modulestore():
|
||||
options.update(SplitModuleTest.MODULESTORE['OPTIONS'])
|
||||
options['render_template'] = render_to_template_mock
|
||||
|
||||
# pylint: disable=W0142
|
||||
# pylint: disable=star-args
|
||||
SplitModuleTest.modulestore = class_(
|
||||
None, # contentstore
|
||||
SplitModuleTest.MODULESTORE['DOC_STORE_CONFIG'],
|
||||
|
||||
@@ -84,7 +84,7 @@ def modulestore():
|
||||
options.update(ModuleStoreNoSettings.MODULESTORE['OPTIONS'])
|
||||
options['render_template'] = render_to_template_mock
|
||||
|
||||
# pylint: disable=W0142
|
||||
# pylint: disable=star-args
|
||||
ModuleStoreNoSettings.modulestore = class_(
|
||||
None, # contentstore
|
||||
ModuleStoreNoSettings.MODULESTORE['DOC_STORE_CONFIG'],
|
||||
|
||||
Reference in New Issue
Block a user