Skip to content

Commit

Permalink
make tests for Plone 5
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Oct 18, 2023
1 parent c05fefa commit abef300
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/plone/restapi/tests/test_services_site.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ def test_get_site_title(self):
self.assertEqual(
response.json()["plone.site_title"], portal_state.portal_title()
)
self.assertIn("plone.site_logo", response.json())
self.assertIn("plone.robots_txt", response.json())
self.assertIn("plone.allowed_sizes", response.json())

@unittest.skipIf(
IS_PLONE4,
Expand Down

0 comments on commit abef300

Please sign in to comment.