diff --git a/clients/go/pkg/zbc/client_test.go b/clients/go/pkg/zbc/client_test.go index 8bbda72930f3..463533891342 100644 --- a/clients/go/pkg/zbc/client_test.go +++ b/clients/go/pkg/zbc/client_test.go @@ -185,7 +185,7 @@ func (s *clientTestSuite) TestDefaultUserAgent() { ctx, cancel := context.WithTimeout(context.Background(), utils.DefaultTestTimeout) defer cancel() - _, err = client.NewTopologyCommand().Send(ctx) + _, _ = client.NewTopologyCommand().Send(ctx) userAgent := incomingContext["user-agent"] // then @@ -213,7 +213,7 @@ func (s *clientTestSuite) TestSpecificUserAgent() { ctx, cancel := context.WithTimeout(context.Background(), utils.DefaultTestTimeout) defer cancel() - _, err = client.NewTopologyCommand().Send(ctx) + _, _ = client.NewTopologyCommand().Send(ctx) userAgent := incomingContext["user-agent"] // then