diff --git a/account_banking_tests/tests/test_payment_roundtrip.py b/account_banking_tests/tests/test_payment_roundtrip.py index 78dcc0087..04c5d4e2a 100644 --- a/account_banking_tests/tests/test_payment_roundtrip.py +++ b/account_banking_tests/tests/test_payment_roundtrip.py @@ -292,9 +292,7 @@ class TestPaymentRoundtrip(SingleTransactionCase): """ export_model = reg('banking.export.sepa.wizard') export_id = export_model.create( - cr, uid, { - 'msg_identification': 'EXP001'}, - context={'active_ids': [self.payment_order_id]}) + cr, uid, {}, context={'active_ids': [self.payment_order_id]}) export_model.create_sepa( cr, uid, [export_id]) export_model.save_sepa(