resolving vets

This commit is contained in:
Pranjali-2501 2025-07-08 07:09:21 +00:00
parent f4f1b61ac9
commit 83e86647ea
1 changed files with 1 additions and 1 deletions

View File

@ -6459,7 +6459,7 @@ func streamingInterceptorVerifyConn(_ any, ss grpc.ServerStream, _ *grpc.StreamS
// TestStreamingServerInterceptorGetsConnection tests whether the accepted conn on // TestStreamingServerInterceptorGetsConnection tests whether the accepted conn on
// the server gets to any streaming interceptors on the server side. // 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{} ss := &stubserver.StubServer{}
if err := ss.Start([]grpc.ServerOption{grpc.StreamInterceptor(streamingInterceptorVerifyConn)}); err != nil { if err := ss.Start([]grpc.ServerOption{grpc.StreamInterceptor(streamingInterceptorVerifyConn)}); err != nil {
t.Fatalf("Error starting endpoint server: %v", err) t.Fatalf("Error starting endpoint server: %v", err)