mirror of https://github.com/grpc/grpc-go.git
resolving vets
This commit is contained in:
parent
f4f1b61ac9
commit
83e86647ea
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue