[skip ci]Refine test name (#12954)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/12944/merge
yanliang567 2021-12-08 12:05:20 +08:00 committed by GitHub
parent 255c45fb8e
commit dded00b6ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class TestInsertBase:
connect.insert(collection, entities)
@pytest.mark.tags(CaseLabel.L2)
def test_insert_with_None(self, connect, collection):
def test_insert_with_none(self, connect, collection):
"""
target: test insert with None
method: set None as insert method params