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