From 487a09a3173fc1a59542174fc3fd96bd75a55f55 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Fri, 12 Jul 2024 18:56:09 -0400 Subject: [PATCH] fix Signed-off-by: Yuri Shkuro --- cmd/remote-storage/app/server_test.go | 1 - 1 file changed, 1 deletion(-) 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",