Commit b401a97c by Victor Shnayder

Merge pull request #1014 from MITx/bugfix/dave/use_toy_course_for_discuss_test

Use one of our test courses when testing course permissions for the discussion client
parents f38ba3ce d1aa0a25
......@@ -19,7 +19,7 @@ class PermissionsTestCase(TestCase):
def setUp(self):
self.course_id = "MITx/6.002x/2012_Fall"
self.course_id = "edX/toy/2012_Fall"
self.moderator_role = Role.objects.get_or_create(name="Moderator", course_id=self.course_id)[0]
self.student_role = Role.objects.get_or_create(name="Student", course_id=self.course_id)[0]
......
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