[skip ci] Improve comments fot test case (#9418)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/9421/head
binbin 2021-10-07 20:42:39 +08:00 committed by GitHub
parent dafce54f35
commit 7844c95f83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1054,6 +1054,11 @@ class TestInsertInvalid(object):
@pytest.mark.tags(CaseLabel.L2)
def test_insert_with_invalid_partition_name(self, connect, collection, get_tag_name):
"""
target: test insert with invalid scenario
method: insert with invalid partition name
expected: raise exception
"""
tag_name = get_tag_name
connect.create_partition(collection, default_tag)
if tag_name is not None: