feat: Add VerificationAttempt model to IDVerificationService logic (#35311)

the new VerificationAttempt model (#35304) will now be taken into account when determining a user's verification status.
This commit is contained in:
Zachary Hancock
2024-09-11 10:30:37 -04:00
committed by GitHub
parent 1a1697c6f8
commit d59e2f4fad
4 changed files with 79 additions and 13 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(53):
with self.assertNumQueries(54):
CourseGradeReport.generate(None, None, course.id, {}, 'graded')
def test_inactive_enrollments(self):