diff --git a/cmd/remote-storage/app/server_test.go b/cmd/remote-storage/app/server_test.go index 29324de7d05..f3e4bdb59de 100644 --- a/cmd/remote-storage/app/server_test.go +++ b/cmd/remote-storage/app/server_test.go @@ -408,7 +408,6 @@ func TestServerHandlesPortZero(t *testing.T) { func validateGRPCServer(t *testing.T, hostPort string, server *grpc.Server) { grpctest.ReflectionServiceValidator{ HostPort: hostPort, - Server: server, ExpectedServices: []string{ "jaeger.storage.v1.SpanReaderPlugin", "jaeger.storage.v1.SpanWriterPlugin",