Specify old mongo modulestore.

Tests verify operation counts for old mongo. Should be extended to split in the future.
This commit is contained in:
cahrens
2015-01-27 08:15:35 -05:00
parent 818a950815
commit b5e798062b

View File

@@ -53,7 +53,8 @@ class TestCourseListing(ModuleStoreTestCase):
course = CourseFactory.create(
org=course_location.org,
number=course_location.course,
run=course_location.run
run=course_location.run,
default_store=ModuleStoreEnum.Type.mongo
)
if user is not None: