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 4cc12a41..a2f45212 100644
--- a/tests/pjsua/mod_sendto.py
+++ b/tests/pjsua/mod_sendto.py
@@ -19,7 +19,7 @@ def test_func(t):
cfg = cfg_file.sendto_cfg
if len(cfg.complete_msg) != 0:
- req = cfg.complete_msg
+ req = dlg.update_fields(cfg.complete_msg)
else:
req = dlg.create_invite(cfg.sdp, cfg.extra_headers)
resp = dlg.send_request_wait(req, 10)