Skip to content

Commit 0435ffe

Browse files
ayesha-warisTaimoor  Ahmed
authored andcommitted
fix: discussions app update for latest forum tag
1 parent bfdbcd5 commit 0435ffe

File tree

41 files changed

+15686
-14518
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+15686
-14518
lines changed

common/djangoapps/student/tests/test_admin_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def test_username_is_readonly_for_user(self):
198198
199199
Changing the username is still possible using the database or from the model directly.
200200
201-
However, changing the username might cause issues with the logs and/or the cs_comments_service since it
201+
However, changing the username might cause issues with the logs and/or the forum service since it
202202
stores the username in a different database.
203203
"""
204204
request = Mock()

lms/djangoapps/course_goals/tests/test_user_activity.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from common.djangoapps.student.tests.factories import UserFactory
2121
from common.djangoapps.util.testing import UrlResetMixin
2222
from lms.djangoapps.course_goals.models import UserActivity
23-
from openedx.core.djangoapps.django_comment_common.models import ForumsConfig
2423
from openedx.features.course_experience import ENABLE_COURSE_GOALS
2524

2625
User = get_user_model()
@@ -53,10 +52,6 @@ def setUp(self):
5352
self.request = RequestFactory().get('foo')
5453
self.request.user = self.user
5554

56-
config = ForumsConfig.current()
57-
config.enabled = True
58-
config.save()
59-
6055
def test_mfe_tabs_call_user_activity(self):
6156
'''
6257
New style tabs call one of two metadata endpoints

0 commit comments

Comments
 (0)