From b5e798062bdf8d4aebe74f01bae778616d3c6871 Mon Sep 17 00:00:00 2001 From: cahrens Date: Tue, 27 Jan 2015 08:15:35 -0500 Subject: [PATCH] Specify old mongo modulestore. Tests verify operation counts for old mongo. Should be extended to split in the future. --- cms/djangoapps/contentstore/tests/test_course_listing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cms/djangoapps/contentstore/tests/test_course_listing.py b/cms/djangoapps/contentstore/tests/test_course_listing.py index 9fc19fe155..fe489f98a6 100644 --- a/cms/djangoapps/contentstore/tests/test_course_listing.py +++ b/cms/djangoapps/contentstore/tests/test_course_listing.py @@ -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: