From d21669a250d6f2aeb66fa9cad751092495dfdab9 Mon Sep 17 00:00:00 2001 From: Nicolas ROCHE Date: Tue, 30 May 2023 15:41:42 +0200 Subject: [PATCH] toulouse-maelis: use dedicated soap input on reccurent week tests (#78009) --- tests/test_toulouse_maelis.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_toulouse_maelis.py b/tests/test_toulouse_maelis.py index d49a265e..2c8151af 100644 --- a/tests/test_toulouse_maelis.py +++ b/tests/test_toulouse_maelis.py @@ -7622,7 +7622,7 @@ def test_add_person_basket_subscription_with_recurrent_week(family_service, acti family_service.add_soap_response('readFamily', get_xml_file('R_read_family.xml')) activity_service.add_soap_response( 'getPersonUnitInfo', - get_xml_file('R_get_person_unit_info_with_conveyance.xml'), + get_xml_file('R_get_person_unit_info_with_recurrent_week.xml'), ) activity_service.add_soap_response( 'addPersonUnitBasket', @@ -7904,7 +7904,7 @@ def test_add_person_subscription_with_recurrent_week(family_service, activity_se family_service.add_soap_response('readFamily', get_xml_file('R_read_family.xml')) activity_service.add_soap_response( 'getPersonUnitInfo', - get_xml_file('R_get_person_unit_info_with_conveyance.xml'), + get_xml_file('R_get_person_unit_info_with_recurrent_week.xml'), ) activity_service.add_soap_response( 'addPersonUnitSubscribe',