Commit f74fe2a6 authored by Nicolas Delaby's avatar Nicolas Delaby

allways guess portal_type

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24479 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87224116
......@@ -372,7 +372,6 @@ class TestCRMMailIngestion(ERP5TypeTestCase):
if data is None:
data=self._readTestData(filename)
return self.portal.portal_contributions.newContent(
portal_type='Mail Message',
container_path='event_module',
file_name='postfix_mail.eml',
data=data)
......
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