toulouse-maelis: [tests] rename a test (#74978)

This commit is contained in:
Nicolas Roche 2023-07-17 17:01:59 +02:00 committed by Nicolas Roche
parent 306cba2423
commit eacfb506d6
1 changed files with 1 additions and 1 deletions

View File

@ -8121,7 +8121,7 @@ def test_add_person_basket_subscription_with_recurrent_week_forbidden_error(
assert resp.json['err_desc'] == "recurrent item '1-B' is not available no on this activity"
def test_basket_subscription_providing_wcs_demand(family_service, activity_service, con, app):
def test_add_basket_subscription_providing_wcs_demand(family_service, activity_service, con, app):
family_service.add_soap_response('readFamily', get_xml_file('R_read_family_for_subscription.xml'))
activity_service.add_soap_response('getPersonUnitInfo', get_xml_file('R_get_person_unit_info.xml'))
activity_service.add_soap_response('addPersonUnitBasket', get_xml_file('R_add_person_unit_basket.xml'))