From ead2f0477ba4c9684fc8227d325c9db32fe5a087 Mon Sep 17 00:00:00 2001 From: Toby Lawrence Date: Mon, 15 Feb 2016 21:18:53 -0500 Subject: [PATCH] Quality fixes. --- .../djangoapps/course_groups/tests/test_partition_scheme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py b/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py index 35d66bb1d9..afda090ea5 100644 --- a/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py +++ b/openedx/core/djangoapps/course_groups/tests/test_partition_scheme.py @@ -393,7 +393,7 @@ class TestMasqueradedGroup(StaffMasqueradeTestCase): group. """ self.course.cohort_config = {'cohorted': True} - modulestore().update_item(self.course, self.test_user.id) + modulestore().update_item(self.course, self.test_user.id) # pylint: disable=no-member cohort = CohortFactory.create(course_id=self.course.id, users=[self.test_user]) CourseUserGroupPartitionGroup( course_user_group=cohort,