[skip ci] Fix case test_index_without_connect (#8984)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/8997/head
ThreadDao 2021-10-01 06:19:35 +08:00 committed by GitHub
parent 792aac9f73
commit c90e28c66d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ class TestIndexBase:
expected: raise exception
"""
with pytest.raises(Exception) as e:
dis_connect.create_index(collection, field_name, get_simple_index)
dis_connect.create_index(collection, field_name, default_index)
@pytest.mark.tags(CaseLabel.L0)
@pytest.mark.timeout(BUILD_TIMEOUT)