toulouse-maelis: [tests] rename 2 tests (#76280)
gitea/passerelle/pipeline/head This commit looks good Details

This commit is contained in:
Nicolas Roche 2023-04-05 15:16:35 +02:00
parent c4094d5933
commit 289f7701b9
1 changed files with 2 additions and 2 deletions

View File

@ -7074,7 +7074,7 @@ def test_get_person_subscription_info_error2(activity_service, con, app):
)
def test_get_person_subscription_info_loisir_not_linked_error(con, app):
def test_get_person_subscription_info_not_linked_error(con, app):
url = get_endpoint('get-person-subscription-info')
params = {
'NameID': 'local',
@ -7090,7 +7090,7 @@ def test_get_person_subscription_info_loisir_not_linked_error(con, app):
assert resp.json['err_desc'] == 'User not linked to family'
def test_get_person_subscription_info_loisir_date_error(con, app):
def test_get_person_subscription_info_date_error(con, app):
url = get_endpoint('get-person-subscription-info')
params = {