From d7386d577d715c428fd42cae2112984179d8eaa3 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 26 Jan 2021 11:27:55 +0100 Subject: [PATCH] TT#107650 fix invite_callee_bye for PRO Change-Id: I77d87018ecfd928317b1c2eed28361862490f681 --- scenarios/invite_callee_bye/0006_test.yml.tt2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scenarios/invite_callee_bye/0006_test.yml.tt2 b/scenarios/invite_callee_bye/0006_test.yml.tt2 index c7e6cc31..806fceca 100644 --- a/scenarios/invite_callee_bye/0006_test.yml.tt2 +++ b/scenarios/invite_callee_bye/0006_test.yml.tt2 @@ -13,10 +13,9 @@ flow: - return|ROUTE_RUNTIME: - exit|ROUTE_EXIT: sip_in: - - 'SIP/2.0 100 Connecting' + - 'SIP/2.0 100' - 'From: ;tag=[\w-]+' - 'To: ' - 'CSeq: \d+ INVITE' - - 'Server: Sipwise NGCP Application' - 'Content-Length: 0' sip_out: []