Skip to content
Snippets Groups Projects
Commit 215ffd567613 authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

Drop unused parameter 'newnames' in clone_agent()

parent 26c0874fe199
No related branches found
No related tags found
No related merge requests found
......@@ -266,7 +266,7 @@
self.assertEqual(icontained.parent_relation(), ('event', 'object'))
def clone_agent(cnx, name=u'bob', newname=u'bobby', skiprtypes=()):
def clone_agent(cnx, name=u'bob', skiprtypes=()):
bob = cnx.find('Agent', name=name).one()
clone = cnx.create_entity('Agent', name=u'bobby')
adapted = bob.cw_adapt_to('IClonable')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment