diff --git a/product/ERP5Banking/tests/testERP5BankingStopPayment.py b/product/ERP5Banking/tests/testERP5BankingStopPayment.py
index 405e47c7ceaf527195ca255c9cd2521cf38e232e..7a6d91fee455ee9211bcb9e91ceeac0651d18387 100755
--- a/product/ERP5Banking/tests/testERP5BankingStopPayment.py
+++ b/product/ERP5Banking/tests/testERP5BankingStopPayment.py
@@ -234,7 +234,8 @@ class TestERP5BankingStopPayment( TestERP5BankingCheckbookDeliveryMixin,
     self.assertEqual(state, 'started')
     self.workflow_tool.doActionFor(self.stop_payment, 
                                    'debit_stop_action', 
-                                   wf_id='stop_payment_workflow')
+                                   wf_id='stop_payment_workflow',
+                                   stop_date=self.stop_payment.getStartDate())
     # get state of cash sorting
     state = self.stop_payment.getSimulationState()
     # check that state is delivered