Commit 3d6cbf47 by chrisndodge

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

add a comment. Namely we just want to trigger another build.
parents 4834ed35 f3430527
......@@ -431,7 +431,8 @@ class ContentStoreTest(TestCase):
self.assertEqual(resp.status_code, 200)
# check that /static/ has been converted to the full path
self.assertContains(resp, '/c4x/edX/full/asset/handouts_schematic_tutorial.pdf')
# note, we know the link it should be because that's what in the 'full' course in the test data
self.assertContains(resp, '/c4x/edX/full/asset/handouts_schematic_tutorial.pdf')
......
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