Skip to content
Snippets Groups Projects
Commit 9e3f68c0 authored by Ayub-khan's avatar Ayub-khan
Browse files

-Addressed wrong course id comment.

parent e687f1e7
No related branches found
No related tags found
No related merge requests found
......@@ -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']
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment