From ec3eb2b4029cd8fcd9d37d783292c40fda9241f1 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 28 Feb 2019 16:12:55 +0100 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(-) diff --git a/tests/data/actesweb/payload_birth.json b/tests/data/actesweb/payload_birth.json index 40242fb..19bd27c 100644 --- a/tests/data/actesweb/payload_birth.json +++ b/tests/data/actesweb/payload_birth.json @@ -13,7 +13,7 @@ "applicant_status": "concerne", "applicant_title": "Mme", "applicant_title_label": "Madame", - "applicant_usual_name": "Whatever", + "applicant_usual_name": "W\u2019hatever\u1e97", "application_id": "N201610154", "application_origin": "internet", "application_reason": "They are just messy", diff --git a/tests/test_actesweb.py b/tests/test_actesweb.py index 374ce8f..815e786 100644 --- a/tests/test_actesweb.py +++ b/tests/test_actesweb.py @@ -96,7 +96,7 @@ def test_demand_creation(app, payload, actesweb): assert_file_content_values( demfile, dict( DEMANDEUR_CIVILITE="Madame", - DEMANDEUR_NOM_USAGE="Whatever", + DEMANDEUR_NOM_USAGE="W'hatever?", DEMANDEUR_PRENOMS="Kim Chelsea", DEMANDEUR_ADRESSE1="37 Rue du Cheval Blanc", DEMANDEUR_VILLE="Nancy", -- 2.20.1