Request for field to specify locale in Django enterprise accounts

This commit is contained in:
Saleem Latif
2020-10-20 12:52:57 +05:00
parent 37ecece8d1
commit 43d0a67fa1
14 changed files with 34 additions and 30 deletions

View File

@@ -396,7 +396,7 @@ class CourseListSearchViewTest(CourseApiTestViewMixin, ModuleStoreTestCase, Sear
self.setup_user(self.audit_user)
# These query counts were found empirically
query_counts = [53, 45, 45, 45, 45, 45, 45, 45, 45, 45, 15]
query_counts = [54, 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()