Commit cf3df230 by Chris Dodge

basically force another build by adding a comment

parent f3430527
......@@ -428,6 +428,7 @@ class ContentStoreTest(TestCase):
resp = self.client.get(reverse('module_info', kwargs={'module_location': handout_location}))
# make sure we got a successful response
self.assertEqual(resp.status_code, 200)
# check that /static/ has been converted to the full path
......
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