Commit 4103140f by David Ormsbee

Use one of our test courses when testing course permissions for the discussion…

Use one of our test courses when testing course permissions for the discussion client, because we now have course policy level overrides.
parent 9f9c82e5
...@@ -19,7 +19,7 @@ class PermissionsTestCase(TestCase): ...@@ -19,7 +19,7 @@ class PermissionsTestCase(TestCase):
def setUp(self): 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.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] 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