Skip to content

Commit

Permalink
fix(tests): fix test test_list_services_all payload
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecuyer committed Dec 2, 2024
1 parent 2dc3f94 commit f998dfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/tests/e2e/api/test_inclusion_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def test_list_services_all(api_client, db_session):
presentation_resume="Puissant fine.",
prise_rdv="https://teixeira.fr/",
profils=["femmes"],
profils_precisions="Femme en situation d'insertion",
recurrence=None,
score_qualite=0.5,
source="dora",
Expand Down Expand Up @@ -360,7 +361,7 @@ def test_list_services_all(api_client, db_session):
"presentation_resume": "Puissant fine.",
"prise_rdv": "https://teixeira.fr/",
"profils": ["femmes"],
"profils_precisions": "femmes",
"profils_precisions": "Femme en situation d'insertion",
"recurrence": None,
"score_qualite": 0.5,
"source": "dora",
Expand All @@ -375,7 +376,7 @@ def test_list_services_all(api_client, db_session):
],
"total": 1,
"page": 1,
"size": ANY,
"size": 500,
"pages": 1,
}

Expand Down

0 comments on commit f998dfb

Please sign in to comment.