From 536e5fabcc4b9a07d100069cb9adbbbc611d9661 Mon Sep 17 00:00:00 2001 From: kl7sn Date: Tue, 20 Feb 2024 15:19:11 +0800 Subject: [PATCH] grpc client & golint Signed-off-by: kl7sn --- client/egrpc/config_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/egrpc/config_test.go b/client/egrpc/config_test.go index 9bfc147a..02b1635f 100644 --- a/client/egrpc/config_test.go +++ b/client/egrpc/config_test.go @@ -33,5 +33,6 @@ func TestDefaultConfig(t *testing.T) { EnableServiceConfig: true, keepAlive: nil, dialOptions: nil, + MaxCallRecvMsgSize: DefaultMaxCallRecvMsgSize, }, DefaultConfig())) }