From 5a948da933c7fd6df74fa5d225de353a3f1ca63a Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Mon, 15 Nov 2021 19:38:21 +0800 Subject: [PATCH] [skip ci] Remove unused code (#11811) Signed-off-by: Binbin Lv --- tests/python_client/testcases/test_index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/python_client/testcases/test_index.py b/tests/python_client/testcases/test_index.py index 53f25c4781..68b08efade 100644 --- a/tests/python_client/testcases/test_index.py +++ b/tests/python_client/testcases/test_index.py @@ -834,7 +834,6 @@ class TestIndexBase: method: create collection and add entities in it, create index, call drop index expected: return code 0, and default index param """ - # result = connect.insert(collection, entities) connect.create_index(collection, field_name, get_simple_index) connect.drop_index(collection, field_name) index = connect.describe_index(collection, "")