diff --git a/product/ERP5/tests/testERP5eGov.py b/product/ERP5/tests/testERP5eGov.py
index 17518e85aebd53b5d6a7daa1f286a4cecc3fdec4..ce9ff4a0a470484e0e02b9fb3437f26939adbc9f 100644
--- a/product/ERP5/tests/testERP5eGov.py
+++ b/product/ERP5/tests/testERP5eGov.py
@@ -251,8 +251,8 @@ class TestEgov(ERP5TypeTestCase):
     pdf_file_name = 'Certificat_Residence.pdf'
     pdf_file_data = makeFileUpload(pdf_file_name)
     scribus_file_data = makeFileUpload(scribus_file_name)
-    procedure.edit(default_scribus_form=scribus_file_data,
-            default_pdf_form=pdf_file_data)
+    procedure.edit(scribus_form_file=scribus_file_data,
+            pdf_form_file=pdf_file_data)
     self.tic()
     transaction.commit()
     self.tic()