From 83e86647ea7bee8d3921fdad4a337e98ff87ede2 Mon Sep 17 00:00:00 2001 From: Pranjali-2501 Date: Tue, 8 Jul 2025 07:09:21 +0000 Subject: [PATCH] resolving vets --- test/end2end_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end2end_test.go b/test/end2end_test.go index 58cb61b60..8a94b9479 100644 --- a/test/end2end_test.go +++ b/test/end2end_test.go @@ -6459,7 +6459,7 @@ func streamingInterceptorVerifyConn(_ any, ss grpc.ServerStream, _ *grpc.StreamS // TestStreamingServerInterceptorGetsConnection tests whether the accepted conn on // the server gets to any streaming interceptors on the server side. -func TestStreamingServerInterceptorGetsConnection(t *testing.T) { +func (s) TestStreamingServerInterceptorGetsConnection(t *testing.T) { ss := &stubserver.StubServer{} if err := ss.Start([]grpc.ServerOption{grpc.StreamInterceptor(streamingInterceptorVerifyConn)}); err != nil { t.Fatalf("Error starting endpoint server: %v", err)