[skip e2e] Modify error text according to naming conventions (#13941)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
pull/13952/head
guoxiangzhou 2021-12-22 15:19:31 +08:00 committed by GitHub
parent ca71e134d1
commit 1bd6b8b567
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)