Skip to content

Commit 14dc98d

Browse files
committed
Fix tests since we added a query for feature flag
1 parent b1bee5e commit 14dc98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/rtd_tests/tests/test_footer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ class TestFooterPerformance(APITestCase):
418418

419419
# The expected number of queries for generating the footer
420420
# This shouldn't increase unless we modify the footer API
421-
EXPECTED_QUERIES = 13
421+
EXPECTED_QUERIES = 14
422422

423423
def setUp(self):
424424
self.pip = Project.objects.get(slug='pip')

0 commit comments

Comments
 (0)