diff --git a/tests/test_helpers.py b/tests/test_helpers.py index d340a718e..7a6911dff 100644 --- a/tests/test_helpers.py +++ b/tests/test_helpers.py @@ -160,7 +160,7 @@ def test_select_node_from_deeply_nested_nodes(self): factories.ChildMenuItemFactory(parent=menuversions.content.root) child3 = factories.ChildMenuItemFactory(parent=menuversions.content.root) factories.ChildMenuItemFactory(parent=child3) - max_queries = 52 + max_queries = 58 page_url = page_content.page.get_absolute_url() with self.assertNumQueries(FuzzyInt(3, max_queries)):