We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1ea9b commit e38aadaCopy full SHA for e38aada
1 file changed
src/plone/api/tests/test_content.py
@@ -390,6 +390,7 @@ def test_create_with_not_lowercase_id(self):
390
def test_create_anonymous_unauthorized(self):
391
from AccessControl import Unauthorized
392
from plone.app.testing import logout
393
+
394
logout()
395
with self.assertRaises(Unauthorized):
396
obj = api.content.create(
0 commit comments