aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-07-06 17:01:10 -0700
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-13 02:43:26 +0200
commit7ace180dde4a027661deac69a7c54808cbbf7754 (patch)
tree076b807f3a2bdf8c2ea58737ec51e670399a2134 /test/core
parent7be9450cf2ae13d3e8be2ae7b049306f635efc42 (diff)
Use test roots.pem in test
Diffstat (limited to 'test/core')
-rw-r--r--test/core/surface/sequential_connectivity_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/surface/sequential_connectivity_test.c b/test/core/surface/sequential_connectivity_test.c
index 2fba3927ba..fe87f119f2 100644
--- a/test/core/surface/sequential_connectivity_test.c
+++ b/test/core/surface/sequential_connectivity_test.c
@@ -154,7 +154,7 @@ static void secure_test_add_port(grpc_server *server, const char *addr) {
static grpc_channel *secure_test_create_channel(const char *addr) {
grpc_channel_credentials *ssl_creds =
- grpc_ssl_credentials_create(NULL, NULL, NULL);
+ grpc_ssl_credentials_create(test_root_cert, NULL, NULL);
grpc_arg ssl_name_override = {GRPC_ARG_STRING,
GRPC_SSL_TARGET_NAME_OVERRIDE_ARG,
{"foo.test.google.fr"}};