aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-03-27 11:23:49 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-03-27 11:23:49 -0700
commit49f625f232bc859cbb59a0de37bbd1d66b8b8ec7 (patch)
tree26f51d623313387dde12788c572daa5884a4609b /test/core
parente44efe099de238a8f5ddc613baad2d3b4fd9438d (diff)
more comments
Diffstat (limited to 'test/core')
-rw-r--r--test/core/end2end/tests/call_host_override.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/call_host_override.cc b/test/core/end2end/tests/call_host_override.cc
index ab920be31a..251dc6d045 100644
--- a/test/core/end2end/tests/call_host_override.cc
+++ b/test/core/end2end/tests/call_host_override.cc
@@ -42,7 +42,7 @@ static grpc_end2end_test_fixture begin_test(grpc_end2end_test_config config,
f = config.create_fixture(client_args, server_args);
grpc_arg fake_security_name_override = {
GRPC_ARG_STRING,
- const_cast<char*>(GRPC_FAKE_SECURITY_TARGET_NAME_OVERRIDE_ARG),
+ const_cast<char*>(GRPC_SSL_TARGET_NAME_OVERRIDE_ARG),
{const_cast<char*>("foo.test.google.fr:1234")}};
grpc_channel_args* new_client_args = grpc_channel_args_copy_and_add(
client_args, &fake_security_name_override, 1);