From 498a36bba31564efb47e13e552185bbe12013add Mon Sep 17 00:00:00 2001 From: Michael Bideau Date: Tue, 29 Oct 2019 18:00:58 +0100 Subject: [PATCH] Tests: fixed failing 'test_get_courrier_type' because of previous commit --- tests/test_atreal_openads.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_atreal_openads.py b/tests/test_atreal_openads.py index 47d5813..ebee38f 100644 --- a/tests/test_atreal_openads.py +++ b/tests/test_atreal_openads.py @@ -1015,9 +1015,10 @@ def test_get_courrier_type(fake_conf, atreal_openads): 'specifics': [ ('refus', 'CUb - REFUS')]}}, 'DP': { - 'default': 'decision_non_opposition_DP', + 'default': 'decision_nom_opposition_sr', 'detailled': [], 'specifics': [ + ('reserves', 'decision_non_opposition_DP'), ('annulation', 'arrete_annulation_DP'), ('prolongation', 'arrete_prorogation_DP'), ('prolongation_refus', 'arrete_refus_prorogation_DP'),