Removing student records waffle flag from LMS

This commit is contained in:
Dillon Dumesnil
2018-08-08 13:48:01 -04:00
parent 017691de50
commit f59eafa1c0
4 changed files with 0 additions and 16 deletions

View File

@@ -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. """