[skip ci]Add comments in test class (#8658)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/8695/merge
yanliang567 2021-09-27 18:56:28 +08:00 committed by GitHub
parent 8690113f62
commit 8874ccaeb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -70,4 +70,5 @@ class MilvusSys:
@property
def nodes(self):
"""get all the nodes in Milvus deployment"""
return json.loads(self.sys_info.response).get('nodes_info')