diff --git a/scenarios/reminder/0007_test.yml.tt2 b/scenarios/reminder/0007_test.yml.tt2 index 2cb73b18..fcf4806d 100644 --- a/scenarios/reminder/0007_test.yml.tt2 +++ b/scenarios/reminder/0007_test.yml.tt2 @@ -5,7 +5,7 @@ sip_in: - '^SIP/2.0 200 OK' - 'From: ;tag=' - 'To: ;tag=' - - 'CSeq: 10 BYE' + - 'CSeq: \d+ BYE' - 'Content-Length:\s+0' - 'P-NGCP-Src-Ip: 127.126.0.1' - 'P-NGCP-Src-Port: \d+' @@ -14,5 +14,5 @@ sip_in: sip_out: - [ '^SIP/2.0 200 OK', - 'CSeq: 10 BYE' + 'CSeq: \d+ BYE' ]