Commit e18a9ac1 authored by Vincent Pelletier's avatar Vincent Pelletier

testAcknowledgementTool: "destination" is not a valid catalog parameter.

So use destination_uid as it is the most efficient approach.
parent 9944646a
......@@ -111,7 +111,7 @@ class TestAcknowledgementTool(ERP5TypeTestCase):
# We should have one acknowledgement in the event module for seb
acknowledgement_list = module.searchFolder(portal_type='Acknowledgement',
destination = person.getRelativeUrl())
destination_uid=person.getUid())
self.assertEqual(1, len(acknowledgement_list))
acknowledgement = acknowledgement_list[0].getObject()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment