summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzuul <zuul@gerrit.asterisk.org>2016-06-09 22:38:52 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-06-09 22:38:52 -0500
commitdcb6875428b563f4f40dafcd414a2d83af46a89c (patch)
tree59a3f73d6e7e15e7bf956b6213472fa0e7a72ebf /tests
parent39e6d809371af9f952866f5ff41b71f66ad7df25 (diff)
parentd338343dac2af045ec44ad1b19b479ed3a94c295 (diff)
Merge "cel: Ensure only one dial status per channel exists."
Diffstat (limited to 'tests')
-rw-r--r--tests/test_cel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cel.c b/tests/test_cel.c
index 0cd8c5cfa..e54fb5984 100644
--- a/tests/test_cel.c
+++ b/tests/test_cel.c
@@ -1610,7 +1610,7 @@ AST_TEST_DEFINE(test_cel_dial_pickup)
ast_channel_publish_dial(chan_caller, chan_callee, NULL, "ANSWER");
- HANGUP_CHANNEL(chan_caller, AST_CAUSE_NORMAL, "CANCEL");
+ HANGUP_CHANNEL(chan_caller, AST_CAUSE_NORMAL, "ANSWER");
HANGUP_CHANNEL(chan_callee, AST_CAUSE_NORMAL, "");
return AST_TEST_PASS;