Skip to content

Commit

Permalink
plone.app.iterate permissions now use rolemap. See plone/plone.app.it…
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Feb 21, 2024
1 parent bed0c02 commit a8a38eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Products/CMFPlone/tests/testSiteAdminRole.py
Expand Up @@ -174,7 +174,7 @@ def testExpectedPermissions(self):
pass
else:
expected.update(
{"iterate : Check in content": 1, "iterate : Check out content": 1}
{"iterate : Check in content": 0, "iterate : Check out content": 0}
)

site = self.portal
Expand Down

0 comments on commit a8a38eb

Please sign in to comment.