Commit be7592f8 authored by Nicolas Delaby's avatar Nicolas Delaby

Pass correct relative_url


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45576 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6a3d627a
......@@ -1514,7 +1514,7 @@ class TestCRMMailSend(BaseTestCRM):
title = 'Incoming email'
direction = 'in'
portal_type = 'Note'
resource = resource['1'].getRelativeUrl()
resource = resource['1'].getCategoryRelativeUrl()
person.Base_addEvent(title, direction, portal_type, resource)
# Index Event
......
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