mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Modify error text according to naming conventions (#13941)
Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>pull/13952/head
parent
ca71e134d1
commit
1bd6b8b567
|
@ -123,7 +123,7 @@ func (s *Server) getDataNodeMetrics(ctx context.Context, req *milvuspb.GetMetric
|
|||
},
|
||||
}
|
||||
if node == nil {
|
||||
return infos, errors.New("datanode is nil")
|
||||
return infos, errors.New("DataNode is nil")
|
||||
}
|
||||
|
||||
cli, err := node.GetOrCreateClient(ctx)
|
||||
|
|
Loading…
Reference in New Issue