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',