Commit 9e3f68c0 by Ayub-khan

-Addressed wrong course id comment.

parent e687f1e7
......@@ -1318,7 +1318,7 @@ class InlineDiscussionUnicodeTestCase(SharedModuleStoreTestCase, UnicodeTestMixi
request.user = self.student
with self.assertRaises(Http404):
views.inline_discussion(
request, unicode(self.course.id), self.course.discussion_topics['General']['id']
request, "/some.invalid.key/course-v1:TTT+CS01+2015_T0", self.course.discussion_topics['General']['id']
)
......
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