From e465c48be52391cfdfbb9007bf571aa674e4a6c3 Mon Sep 17 00:00:00 2001 From: "Jens W. Klein" Date: Thu, 30 May 2024 20:53:14 +0200 Subject: [PATCH] do not test for a property that is not part of the underlying vocabulary --- Products/CMFPlone/tests/testPortalCreation.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Products/CMFPlone/tests/testPortalCreation.py b/Products/CMFPlone/tests/testPortalCreation.py index ea0e56fc1e..080d3c6beb 100644 --- a/Products/CMFPlone/tests/testPortalCreation.py +++ b/Products/CMFPlone/tests/testPortalCreation.py @@ -198,7 +198,6 @@ def testUnfriendlyTypesProperty(self): registry = getUtility(IRegistry) settings = registry.forInterface(ISearchSchema, prefix="plone") self.assertTrue("plone.types_not_searched" in registry) - self.assertTrue("Plone Site" in settings.types_not_searched) def testDefaultSortOrderProperty(self): # We should have an sort_on property