From cf3df2309485bce63a6d87990f94d758720dccd5 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Fri, 28 Dec 2012 16:48:02 -0500 Subject: [PATCH] basically force another build by adding a comment --- cms/djangoapps/contentstore/tests/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/djangoapps/contentstore/tests/tests.py b/cms/djangoapps/contentstore/tests/tests.py index 114d029331..5d337e4dee 100644 --- a/cms/djangoapps/contentstore/tests/tests.py +++ b/cms/djangoapps/contentstore/tests/tests.py @@ -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