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
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user