summaryrefslogtreecommitdiff
path: root/tests/pjsua/mod_sendto.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/mod_sendto.py')
-rw-r--r--tests/pjsua/mod_sendto.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/mod_sendto.py b/tests/pjsua/mod_sendto.py
index a2f45212..50dc0fe8 100644
--- a/tests/pjsua/mod_sendto.py
+++ b/tests/pjsua/mod_sendto.py
@@ -21,7 +21,7 @@ def test_func(t):
if len(cfg.complete_msg) != 0:
req = dlg.update_fields(cfg.complete_msg)
else:
- req = dlg.create_invite(cfg.sdp, cfg.extra_headers)
+ req = dlg.create_invite(cfg.sdp, cfg.extra_headers, cfg.body)
resp = dlg.send_request_wait(req, 10)
if resp=="":
raise TestError("Timed-out waiting for response")