mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix case test_index_without_connect (#8984)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
792aac9f73
commit
c90e28c66d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user