summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py')
-rw-r--r--tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py b/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py
index 7827ec11..776e5ab7 100644
--- a/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py
+++ b/tests/pjsua/scripts-sendto/260_multipart_err_no_sdp.py
@@ -32,7 +32,7 @@ include = []
exclude = []
sendto_cfg = sip.SendtoCfg( "Multipart/mixed body without SDP",
- pjsua_args=args, sdp="", resp_code=400,
+ pjsua_args=args, sdp="", resp_code=415,
extra_headers=extra_headers, body=body,
resp_inc=include, resp_exc=exclude)