[skip ci] Update case comments (#8659)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-09-27 13:36:15 +08:00 committed by GitHub
parent 0647ae4ad9
commit cb2f767deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)