From 8874ccaeb41e332f4e19a69ea8ded63662cb63ac Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Mon, 27 Sep 2021 18:56:28 +0800 Subject: [PATCH] [skip ci]Add comments in test class (#8658) Signed-off-by: yanliang567 --- tests/python_client/common/milvus_sys.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python_client/common/milvus_sys.py b/tests/python_client/common/milvus_sys.py index 231e95cca8..082c59c006 100644 --- a/tests/python_client/common/milvus_sys.py +++ b/tests/python_client/common/milvus_sys.py @@ -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')