We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f374c7 commit d220d35Copy full SHA for d220d35
tcp/server_test.go
@@ -122,7 +122,6 @@ func TestServer_SetContextValueWithPKI(t *testing.T) {
122
require.NotNil(t, tlscon)
123
// set connection context certificate
124
clientCert := tlscon.ConnectionState().PeerCertificates[0]
125
- require.NoError(t, err)
126
cc.SetContextValue("client-cert", clientCert)
127
}
128
handle := func(w *tcp.ResponseWriter, r *pool.Message) {
0 commit comments