Removing student records waffle flag from LMS
This commit is contained in:
@@ -13,7 +13,6 @@ from django.urls import reverse
|
||||
from django.test.client import RequestFactory
|
||||
from lms.djangoapps.certificates.api import is_passing_status
|
||||
from opaque_keys.edx.locator import CourseLocator
|
||||
from openedx.core.djangoapps.credentials import STUDENT_RECORDS_FLAG
|
||||
from openedx.core.djangoapps.waffle_utils.testutils import override_waffle_flag
|
||||
from openedx.features.learner_profile.views.learner_profile import learner_profile_context
|
||||
from student.tests.factories import CourseEnrollmentFactory, UserFactory
|
||||
@@ -23,7 +22,6 @@ from xmodule.modulestore.tests.factories import CourseFactory
|
||||
|
||||
|
||||
@ddt.ddt
|
||||
@override_waffle_flag(STUDENT_RECORDS_FLAG, active=True)
|
||||
class LearnerProfileViewTest(UrlResetMixin, ModuleStoreTestCase):
|
||||
""" Tests for the student profile view. """
|
||||
|
||||
|
||||
Reference in New Issue
Block a user