mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix case test_index_without_connect (#8984)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/8997/head
parent
792aac9f73
commit
c90e28c66d
|
@ -484,7 +484,7 @@ class TestIndexBase:
|
||||||
expected: raise exception
|
expected: raise exception
|
||||||
"""
|
"""
|
||||||
with pytest.raises(Exception) as e:
|
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.tags(CaseLabel.L0)
|
||||||
@pytest.mark.timeout(BUILD_TIMEOUT)
|
@pytest.mark.timeout(BUILD_TIMEOUT)
|
||||||
|
|
Loading…
Reference in New Issue