Revert "Merge pull request #11523 from edx/perf/speed-up-slow-user-role-ops"

This reverts commit acf6c1d609, reversing
changes made to c59db6e5fc.
This commit is contained in:
David Ormsbee
2016-03-02 13:15:17 -05:00
parent a7a1affb6d
commit 19d9920b9f
3 changed files with 30 additions and 36 deletions

View File

@@ -233,7 +233,7 @@ class TestCourseIndex(CourseTestCase):
# delete nofications that are dismissed
CourseRerunState.objects.get(id=rerun_state.id)
self.assertTrue(has_course_author_access(user2, rerun_course_key))
self.assertFalse(has_course_author_access(user2, rerun_course_key))
def assert_correct_json_response(self, json_response):
"""