aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/http2_interop
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-28 15:49:23 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-28 15:49:23 -0700
commitb29f1fe3a2765e401a34dfa731aa150a6c65ed53 (patch)
tree654da72d3d4a1e684b0d2d7f94e45ba9b86b5325 /tools/http2_interop
parent134fed3a8543ad59d090c74affe47652dae180b1 (diff)
Update include paths
Diffstat (limited to 'tools/http2_interop')
-rw-r--r--tools/http2_interop/http2interop_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http2_interop/http2interop_test.go b/tools/http2_interop/http2interop_test.go
index 305125f0c1..fb314da196 100644
--- a/tools/http2_interop/http2interop_test.go
+++ b/tools/http2_interop/http2interop_test.go
@@ -49,7 +49,7 @@ func InteropCtx(t *testing.T) *HTTP2InteropCtx {
if ctx.UseTestCa {
// It would be odd if useTestCa was true, but not useTls. meh
- certData, err := ioutil.ReadFile("src/core/lib/tsi/test_creds/ca.pem")
+ certData, err := ioutil.ReadFile("src/core/tsi/test_creds/ca.pem")
if err != nil {
t.Fatal(err)
}