Skip to content

Commit

Permalink
fix: remove old mongo functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed May 9, 2024
1 parent 8abf678 commit 7d8f3a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/djangoapps/contentstore/rest_api/v1/tests/test_home.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from cms.djangoapps.contentstore.tests.utils import CourseTestCase
from cms.djangoapps.contentstore.views.course import ENABLE_GLOBAL_STAFF_OPTIMIZATION
from openedx.core.djangoapps.content.course_overviews.tests.factories import CourseOverviewFactory
from xmodule.modulestore.tests.django_utils import TEST_DATA_SPLIT_MODULESTORE
from xmodule.modulestore.tests.factories import CourseFactory


Expand All @@ -19,6 +20,7 @@ class HomePageViewTest(CourseTestCase):
"""
Tests for HomePageView.
"""
MODULESTORE = TEST_DATA_SPLIT_MODULESTORE

def setUp(self):
super().setUp()
Expand Down

0 comments on commit 7d8f3a5

Please sign in to comment.