Unverified Commit 2d8d66dd authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #6196 from AllenZMC/patch-2

fix some log typos in tlsutil_test.go
parents f4908b1d e9ea2e0d
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment