diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-25 19:42:49 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-25 19:42:49 -0700 |
commit | 1796f877028ac713f3a45495f8cc51b9a422d05a (patch) | |
tree | 8157783aef025f35ee880b67fa41b82992b6c139 /tools/http2_interop | |
parent | ffae43c98c388d76332e3079e0529c566581337f (diff) |
Fix creds path
Diffstat (limited to 'tools/http2_interop')
-rw-r--r-- | tools/http2_interop/http2interop_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/http2_interop/http2interop_test.go b/tools/http2_interop/http2interop_test.go index fb314da196..305125f0c1 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/tsi/test_creds/ca.pem") + certData, err := ioutil.ReadFile("src/core/lib/tsi/test_creds/ca.pem") if err != nil { t.Fatal(err) } |