Skip to content

Commit

Permalink
We need to call with obj or objects.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroel committed Sep 23, 2017
1 parent 93feda3 commit 3842d62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plone/api/tests/test_content.py
Expand Up @@ -735,7 +735,6 @@ def test_delete_multiple(self):
def test_delete_no_objs(self):
# Check that we allow passing in an empty list of objects.
api.content.delete(obj=None, objects=[])
api.content.delete(obj=None, objects=None)

def test_delete_ignore_linkintegrity(self):
"""Test deleting a content item with a link pointed at it."""
Expand Down

0 comments on commit 3842d62

Please sign in to comment.