[skip e2e] Modify log text according to the naming conventions (#14292)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/14506/head
guoxiangzhou 2021-12-29 14:07:22 +08:00 committed by GitHub
parent 0ddf890a32
commit 3705ac7142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ func TestProxy(t *testing.T) {
assert.NoError(t, err)
assert.NotNil(t, proxy)
Params.Init()
log.Info("Initialize parameter table of proxy")
log.Info("Initialize parameter table of Proxy")
rootCoordClient, err := rcc.NewClient(ctx, Params.ProxyCfg.MetaRootPath, Params.ProxyCfg.EtcdEndpoints)
assert.NoError(t, err)