summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-call/300_ice_1_1.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-call/300_ice_1_1.py')
-rw-r--r--tests/pjsua/scripts-call/300_ice_1_1.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pjsua/scripts-call/300_ice_1_1.py b/tests/pjsua/scripts-call/300_ice_1_1.py
index 456aa46b..0bf8cc15 100644
--- a/tests/pjsua/scripts-call/300_ice_1_1.py
+++ b/tests/pjsua/scripts-call/300_ice_1_1.py
@@ -6,7 +6,7 @@ from inc_cfg import *
test_param = TestParam(
"Callee=use ICE, caller=use ICE",
[
- InstanceParam("callee", "--null-audio --use-ice --max-calls=1", enable_buffer=True),
- InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
+ InstanceParam("callee", "--null-audio --use-ice --max-calls=1"),
+ InstanceParam("caller", "--null-audio --use-ice --max-calls=1")
]
)