toulouse-maelis: rename a test (#74173)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details

This commit is contained in:
Nicolas Roche 2023-02-03 11:20:50 +01:00 committed by Gitea
parent e92651d1a8
commit 81281643e7
1 changed files with 1 additions and 1 deletions

View File

@ -5985,7 +5985,7 @@ def test_delete_basket_line_not_linked_error(con, app):
assert resp.json['err_desc'] == 'User not linked to family'
def test_update_basket_line_basket_not_found(activity_service, con, app):
def test_delete_basket_line_basket_not_found(activity_service, con, app):
activity_service.add_soap_response('getFamilyBasket', get_xml_file('R_get_family_basket_empty.xml'))
url = get_endpoint('delete-basket-line')
resp = app.post(url + '?family_id=311352&line_id=S10053203120')