aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/BUILD
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2018-01-29 16:36:05 -0800
committerGravatar Yash Tibrewal <yashkt@google.com>2018-01-29 16:36:05 -0800
commitac35926a2f7c41313c3d2c778ffd0695863a7e7d (patch)
tree6ef460d37976e759db2c40a73c9d0cb9459eb8b9 /test/core/http/BUILD
parente8e2426f985c09b4e81ca997c688a824000607f2 (diff)
Manually set roots pem env variable for httpscli_test
Diffstat (limited to 'test/core/http/BUILD')
-rw-r--r--test/core/http/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/http/BUILD b/test/core/http/BUILD
index c2ed1cd540..03b8f4edfe 100644
--- a/test/core/http/BUILD
+++ b/test/core/http/BUILD
@@ -88,6 +88,7 @@ grpc_cc_test(
data = [
"python_wrapper.sh",
"test_server.py",
+ "//src/core/tsi/test_creds:ca.pem",
"//src/core/tsi/test_creds:server1.pem",
"//src/core/tsi/test_creds:server1.key"
],