From e45e3682193a2a65a336708efd623d8591dc12f3 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 21 Dec 2021 21:17:44 +0800 Subject: [PATCH] [skip e2e] Shorten long sentences (#13908) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_index.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/python_client/testcases/test_index.py b/tests/python_client/testcases/test_index.py index f3dacf0992..019097ca8e 100644 --- a/tests/python_client/testcases/test_index.py +++ b/tests/python_client/testcases/test_index.py @@ -768,8 +768,10 @@ class TestIndexBase: @pytest.mark.timeout(BUILD_TIMEOUT) def test_create_index_no_vectors_insert_ip(self, connect, collection): """ - target: test create index interface when there is no vectors in collection, and does not affect the subsequent process - method: create collection and add no vectors in it, and then create index, add entities in it + target: test create index interface when there is no vectors in collection, + and does not affect the subsequent process + method: create collection and add no vectors in it, and then create index, + add entities in it expected: return code equals to 0 """ default_index["metric_type"] = "IP"