test: Update query counts.

With the new block_structure model cache enabled by default, we're donig
queries to it as a part of other tests.
This commit is contained in:
Feanil Patel
2024-07-29 14:13:39 -04:00
parent e5f698a5a7
commit db266e25f7
6 changed files with 22 additions and 22 deletions

View File

@@ -406,7 +406,7 @@ class TestInstructorGradeReport(InstructorGradeReportTestCase):
with patch('lms.djangoapps.instructor_task.tasks_helper.runner._get_current_task'):
with check_mongo_calls(2):
with self.assertNumQueries(54):
with self.assertNumQueries(63):
CourseGradeReport.generate(None, None, course.id, {}, 'graded')
def test_inactive_enrollments(self):