style: make linter happy

Signed-off-by: Samantha Coyle <sam@diagrid.io>
This commit is contained in:
Samantha Coyle 2024-06-24 14:27:58 -05:00
parent f8ce94942e
commit 0af38d2e06
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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())),
)