Skip to content

Commit 675f8d7

Browse files
fixing linter issue
1 parent e9f8ec8 commit 675f8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/advancedtls/advancedtls_integration_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func callAndVerify(msg string, client pb.GreeterClient, shouldFail bool) error {
9898

9999
// TODO(ZhenLian): remove shouldFail and add ...DialOption to the function
100100
// signature to provider cleaner tests.
101-
func callAndVerifyWithClientConn(connCtx context.Context, address string, msg string, creds credentials.TransportCredentials, shouldFail bool) (*grpc.ClientConn, pb.GreeterClient, error) {
101+
func callAndVerifyWithClientConn(_ context.Context, address string, msg string, creds credentials.TransportCredentials, shouldFail bool) (*grpc.ClientConn, pb.GreeterClient, error) {
102102
var conn *grpc.ClientConn
103103
var err error
104104
// If we want the test to fail, we establish a non-blocking connection to

0 commit comments

Comments
 (0)