test: Update query counts.

The new WaffleFlag.is_enabled check in middleware increased query counts
for multiple tests.
This commit is contained in:
Feanil Patel
2021-03-25 10:27:26 -04:00
parent 0714ac5f0e
commit c2eabf6cca
2 changed files with 7 additions and 7 deletions

View File

@@ -387,7 +387,7 @@ class CourseListSearchViewTest(CourseApiTestViewMixin, ModuleStoreTestCase, Sear
self.setup_user(self.audit_user)
# These query counts were found empirically
query_counts = [54, 46, 46, 46, 46, 46, 46, 46, 46, 46, 16]
query_counts = [55, 46, 46, 46, 46, 46, 46, 46, 46, 46, 16]
ordered_course_ids = sorted([str(cid) for cid in (course_ids + [c.id for c in self.courses])])
self.clear_caches()