diff --git a/product/ERP5/tests/testCRM.py b/product/ERP5/tests/testCRM.py
index 9583c99a45a334f13323d4b47f98a57af41db149..3a87a684c7ea88a88c08e004e2549dd9ab0f7bbc 100644
--- a/product/ERP5/tests/testCRM.py
+++ b/product/ERP5/tests/testCRM.py
@@ -1275,7 +1275,7 @@ class TestCRMMailSend(BaseTestCRM):
     filename = 'sample_attachment.txt'
     # txt
     document_txt = add_document(filename,
-                                self.portal.person_module['me'], 'File')
+                                self.portal.person_module['me'], 'Embedded File')
 
     transaction.commit()
     self.tic()
@@ -1334,7 +1334,7 @@ class TestCRMMailSend(BaseTestCRM):
     # gif
     filename = 'sample_attachment.gif'
     document_gif = add_document(filename,
-                                self.portal.person_module['me'], 'Image')
+                                self.portal.person_module['me'], 'Embedded File')
 
     transaction.commit()
     self.tic()