Skip to content

Commit 63e16bd

Browse files
authored
Fix tests (#12409)
1 parent f52474e commit 63e16bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_project_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def test_dashboard_number_of_queries(self):
402402
# This number is bit higher, but for projects with lots of builds
403403
# is better to have more queries than optimizing with a prefetch,
404404
# see comment in prefetch_latest_build.
405-
with self.assertNumQueries(27):
405+
with self.assertNumQueries(26):
406406
r = self.client.get(reverse(("projects_dashboard")))
407407
assert r.status_code == 200
408408

0 commit comments

Comments
 (0)