Merge pull request #11025 from edx/PERF-224

[PERF-224] Serve course assets from a CDN
This commit is contained in:
Toby Lawrence
2016-01-05 13:40:54 -05:00
7 changed files with 428 additions and 34 deletions

View File

@@ -1104,7 +1104,7 @@ class TestHtmlModifiers(ModuleStoreTestCase):
result_fragment = module.render(STUDENT_VIEW)
self.assertIn(
'/c4x/{org}/{course}/asset/_file.jpg'.format(
'/c4x/{org}/{course}/asset/file.jpg'.format(
org=self.course.location.org,
course=self.course.location.course,
),