temp: update query counts

This commit is contained in:
Braden MacDonald
2023-05-23 18:28:27 -07:00
parent f1ff90dc3e
commit b3c5faa884

View File

@@ -683,6 +683,6 @@ class TestInstructorDashboardPerformance(ModuleStoreTestCase, LoginEnrollmentTes
# check MongoDB calls count
url = reverse('spoc_gradebook', kwargs={'course_id': self.course.id})
with check_mongo_calls(6):
with check_mongo_calls(5):
response = self.client.get(url)
assert response.status_code == 200