mirror of https://github.com/grpc/grpc-go.git
test/xds: Fix test_grpc import path (#6180)
This commit is contained in:
parent
81b30924fc
commit
efb2f45956
|
@ -307,7 +307,7 @@ func setupGRPCServerWithModeChangeChannelAndServe(t *testing.T, bootstrapContent
|
|||
})
|
||||
server := xds.NewGRPCServer(grpc.Creds(insecure.NewCredentials()), modeChangeOpt, xds.BootstrapContentsForTesting(bootstrapContents))
|
||||
t.Cleanup(server.Stop)
|
||||
testpb.RegisterTestServiceServer(server, &testService{})
|
||||
testgrpc.RegisterTestServiceServer(server, &testService{})
|
||||
|
||||
// Serve.
|
||||
go func() {
|
||||
|
|
Loading…
Reference in New Issue