summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2016-06-10 05:09:18 -0500
committerGerrit Code Review <gerrit2@gerrit.digium.api>2016-06-10 05:09:18 -0500
commitc2f68787a34082e61ee0439baefd5ce435501a97 (patch)
treef4e964f1dfb149b4b23f149d6b79510f6afb86ca /tests
parentff018e28a0fd6e0671ef6c5077ef2e99e93951ac (diff)
parentcaf6cccc5c75c310f0eedbd5b01b5d6751681e0d (diff)
Merge "cel: Ensure only one dial status per channel exists." into 13
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 03e243c78..9a3dc8114 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;