aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/surface/secure_channel_create_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/surface/secure_channel_create_test.c')
-rw-r--r--test/core/surface/secure_channel_create_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/secure_channel_create_test.c b/test/core/surface/secure_channel_create_test.c
index 280806707e..567f8ae16e 100644
--- a/test/core/surface/secure_channel_create_test.c
+++ b/test/core/surface/secure_channel_create_test.c
@@ -62,7 +62,7 @@ void test_security_connector_already_in_arg(void) {
grpc_arg arg;
arg.type = GRPC_ARG_POINTER;
arg.value.pointer.p = NULL;
- arg.key = GRPC_SECURITY_CONNECTOR_ARG;
+ arg.key = GRPC_ARG_SECURITY_CONNECTOR;
grpc_channel_args args;
args.num_args = 1;
args.args = &arg;