未验证 提交 85d1d147 编写于 作者: B binbin 提交者: GitHub

[skip ci] Add test comments (#8952)

Signed-off-by: NBinbin Lv <binbin.lv@zilliz.com>
上级 e566c680
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册