Skip to content

Commit

Permalink
Merge d7cf89e into 1799457
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel committed Apr 6, 2019
2 parents 1799457 + d7cf89e commit 780cde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plone/restapi/tests/test_types.py
Expand Up @@ -121,7 +121,7 @@ def test_get_jsonschema_for_fti(self):
def test_get_jsonschema_for_fti_non_dx(self):
"""Make sure FTIs without lookupSchema are supported.
"""
fti = self.portal.portal_types['Plone Site']
fti = self.portal.portal_types['Discussion Item']
self.assertFalse(hasattr(fti, 'lookupSchema'))

# This shouldn't raise an error.
Expand Down

0 comments on commit 780cde5

Please sign in to comment.