aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/secure_channel_create_test.cc
diff options
context:
space:
mode:
authorGravatar Soheil Hassas Yeganeh <soheil@google.com>2018-12-13 13:06:09 -0500
committerGravatar GitHub <noreply@github.com>2018-12-13 13:06:09 -0500
commit3c3436d2b4530580c2b95d897a3614fb1d430518 (patch)
treeff962dfb24c435b1ffbb6db74f288774952d2296 /test/core/surface/secure_channel_create_test.cc
parent3a97adc7a493b584c423a782f7a3a0860863d429 (diff)
parent9decf48632e2106a56515e67c4147e1a6506b47d (diff)
Merge pull request #17291 from soheilhy/worktree-security-cpp
Move security credentials, connectors, and auth context to C++
Diffstat (limited to 'test/core/surface/secure_channel_create_test.cc')
-rw-r--r--test/core/surface/secure_channel_create_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/secure_channel_create_test.cc b/test/core/surface/secure_channel_create_test.cc
index 5610d1ec4a..e9bb815f6e 100644
--- a/test/core/surface/secure_channel_create_test.cc
+++ b/test/core/surface/secure_channel_create_test.cc
@@ -39,7 +39,7 @@ void test_unknown_scheme_target(void) {
GPR_ASSERT(0 == strcmp(elem->filter->name, "lame-client"));
grpc_core::ExecCtx exec_ctx;
GRPC_CHANNEL_INTERNAL_UNREF(chan, "test");
- grpc_channel_credentials_unref(creds);
+ creds->Unref();
}
void test_security_connector_already_in_arg(void) {