toulouse-maelis: use dedicated soap input on reccurent week tests (#78009)

This commit is contained in:
Nicolas Roche 2023-05-30 15:41:42 +02:00
parent b74e848dbd
commit d21669a250
1 changed files with 2 additions and 2 deletions

View File

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