mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
[skip ci] Update case comments (#8659)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
0647ae4ad9
commit
cb2f767deb
@ -2980,6 +2980,11 @@ class TestLoadCollectionInvalid(object):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_load_collection_with_invalid_collection_name(self, connect, get_collection_name):
|
||||
"""
|
||||
target: test load invalid collection
|
||||
method: load collection with invalid name
|
||||
expected: raise exception
|
||||
"""
|
||||
collection_name = get_collection_name
|
||||
with pytest.raises(Exception) as e:
|
||||
connect.load_collection(collection_name)
|
||||
|
Loading…
Reference in New Issue
Block a user