Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshat2Jain committed Dec 4, 2023
1 parent 065b42c commit 658858d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/plone/restapi/tests/test_dxcontent_serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ def test_allow_discussion_obj_instance_allows_global_enabled(self):

self.assertIn("allow_discussion", obj)
self.assertEqual(True, obj["allow_discussion"])

def isPlone61OrAbove(self):
"""Check if the Plone version is 6.1 or above."""
installer = get_installer(self.portal)
Expand Down Expand Up @@ -661,5 +661,3 @@ def test_primary_field_target_with_edit_permissions(self):
serializer = getMultiAdapter((self.portal.doc1, self.request), ISerializeToJson)
data = serializer()
self.assertNotIn("targetUrl", data)


0 comments on commit 658858d

Please sign in to comment.