From 267d4a891cee72c844dab4e2dd6d2f32c36d6cd4 Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Fri, 28 Oct 2022 09:29:17 +0200 Subject: [PATCH] MT#55739 incoming_hih: actualize a regex for headers of responder01 We have to actualize the regex match for History-Info headers of the responder01 after the following commit was applied in templates: f47f6d590e49e75e4746090485848662ce118933 Change-Id: I99ad98ec6ea142bce566187e262ffd79c97750c4 --- scenarios/incoming_hih/sipp_scenario_responder01_test.yml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenarios/incoming_hih/sipp_scenario_responder01_test.yml.tt2 b/scenarios/incoming_hih/sipp_scenario_responder01_test.yml.tt2 index f1e2c1e4..224c3f8a 100644 --- a/scenarios/incoming_hih/sipp_scenario_responder01_test.yml.tt2 +++ b/scenarios/incoming_hih/sipp_scenario_responder01_test.yml.tt2 @@ -7,7 +7,7 @@ messages: - 'To: ' - 'CSeq: \d+ INVITE' - 'History-Info: ;index=1' - - 'History-Info: ;index=1.1' + - 'History-Info: ;index=1.1' - 'History-Info: ;index=1.1.1' - 'P-Asserted-Identity: ' - 'Content-Type: application/sdp'