temp: update query counts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user