summaryrefslogtreecommitdiff
path: root/tests/test-consent.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-consent.c')
-rw-r--r--tests/test-consent.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test-consent.c b/tests/test-consent.c
index 7377a9a..d24df13 100644
--- a/tests/test-consent.c
+++ b/tests/test-consent.c
@@ -234,10 +234,8 @@ static int run_consent_test (NiceAgent *lagent, NiceAgent *ragent, NiceAddress *
global_ragent_cands = 0;
global_ragent_read_exit = 32;
- g_object_set (G_OBJECT (lagent), "controlling-mode", TRUE,
- "consent-freshness", TRUE, NULL);
- g_object_set (G_OBJECT (ragent), "controlling-mode", FALSE,
- "consent-freshness", TRUE, NULL);
+ g_object_set (G_OBJECT (lagent), "controlling-mode", TRUE, NULL);
+ g_object_set (G_OBJECT (ragent), "controlling-mode", FALSE, NULL);
/* step: add one stream, with RTP+RTCP components, to each agent */
ls_id = nice_agent_add_stream (lagent, 2);