summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-sipp/uas-auth.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-sipp/uas-auth.py')
-rw-r--r--tests/pjsua/scripts-sipp/uas-auth.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pjsua/scripts-sipp/uas-auth.py b/tests/pjsua/scripts-sipp/uas-auth.py
index 38a88eb5..533dbac8 100644
--- a/tests/pjsua/scripts-sipp/uas-auth.py
+++ b/tests/pjsua/scripts-sipp/uas-auth.py
@@ -2,6 +2,6 @@
#
import inc_const as const
-PJSUA = ["--null-audio --max-calls=1 --id=sip:a@localhost --username=a --realm=* --registrar=sip:localhost:6000"]
+PJSUA = ["--null-audio --max-calls=1 --id=sip:a@localhost --username=a --realm=* --registrar=$SIPP_URI"]
PJSUA_EXPECTS = []