Commit 70d0a269 by Feanil Patel

Update the course ID to match the split course_id

We updated code elsewhere so that by default courses that are
imported are imported into the split modules store but that also
changes the course_id of this course and breaks the enrolling of
test students into the demo course.  This change should resolve
the issue.
parent 98ef951c
......@@ -16,7 +16,7 @@ DEMO_CREATE_STAFF_USER: true
demo_app_dir: "{{ COMMON_APP_DIR }}/demo"
demo_code_dir: "{{ demo_app_dir }}/edx-demo-course"
demo_repo: "https://{{ COMMON_GIT_MIRROR }}/edx/edx-demo-course.git"
demo_course_id: 'edX/DemoX/Demo_Course'
demo_course_id: 'course-v1:edX+DemoX+Demo_Course'
demo_version: "master"
demo_test_users:
- email: 'honor@example.com'
......
Markdown is supported
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