We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f52474e commit 63e16bdCopy full SHA for 63e16bd
readthedocs/rtd_tests/tests/test_project_views.py
@@ -402,7 +402,7 @@ def test_dashboard_number_of_queries(self):
402
# This number is bit higher, but for projects with lots of builds
403
# is better to have more queries than optimizing with a prefetch,
404
# see comment in prefetch_latest_build.
405
- with self.assertNumQueries(27):
+ with self.assertNumQueries(26):
406
r = self.client.get(reverse(("projects_dashboard")))
407
assert r.status_code == 200
408
0 commit comments