Skip to content

Commit

Permalink
do not test for a property that is not part of the underlying vocabulary
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 30, 2024
1 parent 83440c4 commit e465c48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Products/CMFPlone/tests/testPortalCreation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e465c48

Please sign in to comment.