mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify log text according to the naming conventions (#14292)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/14506/head
parent
0ddf890a32
commit
3705ac7142
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue