Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
4a61e6bb
Commit
4a61e6bb
authored
5 years ago
by
Diana Huang
Browse files
Options
Downloads
Patches
Plain Diff
Remove references to microsites in bulk enroll.
parent
26ef5499
Branches
Branches containing commit
Tags
release-2020-04-16-15.19
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lms/djangoapps/bulk_enroll/tests/test_views.py
+2
-2
2 additions, 2 deletions
lms/djangoapps/bulk_enroll/tests/test_views.py
with
2 additions
and
2 deletions
lms/djangoapps/bulk_enroll/tests/test_views.py
+
2
−
2
View file @
4a61e6bb
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment