Specify old mongo modulestore.
Tests verify operation counts for old mongo. Should be extended to split in the future.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user