Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/grpc-proxy/proxy/helper_test.go')
-rw-r--r--internal/praefect/grpc-proxy/proxy/helper_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/praefect/grpc-proxy/proxy/helper_test.go b/internal/praefect/grpc-proxy/proxy/helper_test.go
index c56355638..8999bd98c 100644
--- a/internal/praefect/grpc-proxy/proxy/helper_test.go
+++ b/internal/praefect/grpc-proxy/proxy/helper_test.go
@@ -38,7 +38,7 @@ func newBackendPinger(tb testing.TB, ctx context.Context) (*grpc.ClientConn, *in
grpc.WithInsecure(),
grpc.WithBlock(),
grpc.WithDefaultCallOptions(
- grpc.CallCustomCodec(proxy.Codec()),
+ grpc.ForceCodec(proxy.Codec()),
),
)
require.NoError(tb, err)