Skip to content
Snippets Groups Projects
Commit 4a61e6bb authored by Diana Huang's avatar Diana Huang
Browse files

Remove references to microsites in bulk enroll.

parent 26ef5499
Branches
Tags release-2020-04-16-15.19
No related merge requests found
......@@ -13,10 +13,10 @@ from rest_framework.test import APIRequestFactory, APITestCase, force_authentica
from bulk_enroll.serializers import BulkEnrollmentSerializer
from bulk_enroll.views import BulkEnrollView
from courseware.tests.helpers import LoginEnrollmentTestCase
from microsite_configuration import microsite
from opaque_keys.edx.keys import CourseKey
from openedx.core.djangoapps.course_groups.cohorts import get_cohort_id
from openedx.core.djangoapps.course_groups.tests.helpers import config_course_cohorts
from openedx.core.djangoapps.site_configuration.helpers import get_value as get_site_value
from student.models import (
CourseEnrollment,
ManualEnrollmentAudit,
......@@ -65,7 +65,7 @@ class BulkEnrollmentTest(ModuleStoreTestCase, LoginEnrollmentTestCase, APITestCa
last_name='Student')
# Email URL values
self.site_name = microsite.get_value(
self.site_name = get_site_value(
'SITE_NAME',
settings.SITE_NAME
)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment