From d008cb9f3cdd335042c3ab2654ef1ec777034fe6 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Wed, 2 Jan 2013 14:25:35 -0500 Subject: [PATCH] another comment commit just to trigger a new build --- 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 5d337e4dee..4d5d614d0d 100644 --- a/cms/djangoapps/contentstore/tests/tests.py +++ b/cms/djangoapps/contentstore/tests/tests.py @@ -426,6 +426,7 @@ class ContentStoreTest(TestCase): handout_location= Location(['i4x', 'edX', 'full', 'course_info', 'handouts']) + # get module info resp = self.client.get(reverse('module_info', kwargs={'module_location': handout_location})) # make sure we got a successful response