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 90d1cf8 commit 69a341dCopy full SHA for 69a341d
readthedocs/rtd_tests/tests/test_project_views.py
@@ -398,7 +398,7 @@ def test_dashboard_number_of_queries(self):
398
state=BUILD_STATE_FINISHED,
399
)
400
401
- with self.assertNumQueries(24):
+ with self.assertNumQueries(23):
402
r = self.client.get(reverse(("projects_dashboard")))
403
assert r.status_code == 200
404
0 commit comments