mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add test comments (#8952)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
e566c6809b
commit
85d1d1472b
@ -2398,6 +2398,11 @@ class TestDropCollectionInvalid(object):
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
def test_drop_collection_with_invalid_collection_name(self, connect, get_collection_name):
|
||||
"""
|
||||
target: test drop invalid collection
|
||||
method: drop collection with invalid collection name
|
||||
expected: raise exception
|
||||
"""
|
||||
collection_name = get_collection_name
|
||||
with pytest.raises(Exception) as e:
|
||||
connect.has_collection(collection_name)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user