Merge pull request #6196 from AllenZMC/patch-2

fix some log typos in tlsutil_test.go
pull/6201/head
Matthew Fisher 5 years ago committed by GitHub
commit 2d8d66ddf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,7 @@ func TestClientConfig(t *testing.T) {
t.Fatalf("expecting 1 client certificates, got %d", got)
}
if cfg.InsecureSkipVerify {
t.Fatalf("insecure skip verify mistmatch, expecting false")
t.Fatalf("insecure skip verify mismatch, expecting false")
}
if cfg.RootCAs == nil {
t.Fatalf("mismatch tls RootCAs, expecting non-nil")

Loading…
Cancel
Save