Projet

Général

Profil

0001-tests-non-regression-30995.patch

Benjamin Dauvergne, 01 mars 2019 08:41

Télécharger (1,48 ko)

Voir les différences:

Subject: [PATCH 1/2] tests: non-regression (#30995)

 tests/data/actesweb/payload_birth.json | 2 +-
 tests/test_actesweb.py                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
tests/data/actesweb/payload_birth.json
13 13
    "applicant_status": "concerne",
14 14
    "applicant_title": "Mme",
15 15
    "applicant_title_label": "Madame",
16
    "applicant_usual_name": "Whatever",
16
    "applicant_usual_name": "W\u2019hatever\u1e97",
17 17
    "application_id": "N201610154",
18 18
    "application_origin": "internet",
19 19
    "application_reason": "They are just messy",
tests/test_actesweb.py
96 96
        assert_file_content_values(
97 97
            demfile, dict(
98 98
                DEMANDEUR_CIVILITE="Madame",
99
                DEMANDEUR_NOM_USAGE="Whatever",
99
                DEMANDEUR_NOM_USAGE="W'hatever?",
100 100
                DEMANDEUR_PRENOMS="Kim Chelsea",
101 101
                DEMANDEUR_ADRESSE1="37 Rue du Cheval Blanc",
102 102
                DEMANDEUR_VILLE="Nancy",
103
-