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:
Feanil Patel
2023-01-20 13:25:36 -05:00
parent e46bfcd252
commit 40eedc6889
5 changed files with 7 additions and 7 deletions

View File

@@ -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):