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)