Commit fa0fd4b5 by chrisndodge

Merge pull request #1219 from MITx/fix/cdodge/handout-links

another comment commit just to trigger a new build
parents 94f396b9 d008cb9f
...@@ -426,6 +426,7 @@ class ContentStoreTest(TestCase): ...@@ -426,6 +426,7 @@ class ContentStoreTest(TestCase):
handout_location= Location(['i4x', 'edX', 'full', 'course_info', 'handouts']) handout_location= Location(['i4x', 'edX', 'full', 'course_info', 'handouts'])
# get module info
resp = self.client.get(reverse('module_info', kwargs={'module_location': handout_location})) resp = self.client.get(reverse('module_info', kwargs={'module_location': handout_location}))
# make sure we got a successful response # make sure we got a successful response
......
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