[skip ci] Remove useless code (#8865)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8891/head
binbin 2021-09-29 19:20:35 +08:00 committed by GitHub
parent f36ac84e79
commit 7a73f7070d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -595,7 +595,6 @@ class TestIndexBase:
connect.release_collection(collection)
connect.load_collection(collection)
index = connect.describe_index(collection, "")
# assert index == indexs[-1]
assert not index # FLAT is the last index_type, drop all indexes in server
@pytest.mark.tags(CaseLabel.L2)