mirror of https://github.com/dapr/kit.git
style: make linter happy
Signed-off-by: Samantha Coyle <sam@diagrid.io>
This commit is contained in:
parent
f8ce94942e
commit
0af38d2e06
|
@ -154,6 +154,7 @@ func (p PKI) ClientGRPCCtx(t *testing.T) context.Context {
|
|||
go func() {
|
||||
server.Serve(lis)
|
||||
}()
|
||||
//nolint:staticcheck
|
||||
conn, err := grpc.DialContext(context.Background(), lis.Addr().String(),
|
||||
grpc.WithTransportCredentials(grpccredentials.MTLSClientCredentials(clientSVID, clientSVID, tlsconfig.AuthorizeAny())),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue