summaryrefslogtreecommitdiff
path: root/tests/twisted/voip/add-remove-content.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/voip/add-remove-content.py')
-rw-r--r--tests/twisted/voip/add-remove-content.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/voip/add-remove-content.py b/tests/twisted/voip/add-remove-content.py
index 90c4246..d72102e 100644
--- a/tests/twisted/voip/add-remove-content.py
+++ b/tests/twisted/voip/add-remove-content.py
@@ -101,7 +101,7 @@ class AddRemoveContent(calltest.CallTest):
self.context.check_call_sdp(reinvite_event.sip_message.body,
self.medias + [('audio', None, None)])
- res = re.match('(.*)(m=.*)', reinvite_event.sip_message.body,
+ res = re.match('(.*)(m=.*)', reinvite_event.sip_message.body,
re.MULTILINE | re.DOTALL)
body = res.group(1) + 'm=audio 0 RTP/AVP 0'