test: Update query counts now that we've removed a waffle flag.
Various tests with query counts need to be updated now that we have removed a waffle check that was in their codepath.
This commit is contained in:
@@ -403,7 +403,7 @@ class TestInstructorGradeReport(InstructorGradeReportTestCase):
|
||||
|
||||
with patch('lms.djangoapps.instructor_task.tasks_helper.runner._get_current_task'):
|
||||
with check_mongo_calls(2):
|
||||
with self.assertNumQueries(51):
|
||||
with self.assertNumQueries(50):
|
||||
CourseGradeReport.generate(None, None, course.id, {}, 'graded')
|
||||
|
||||
def test_inactive_enrollments(self):
|
||||
|
||||
Reference in New Issue
Block a user