mirror of https://github.com/milvus-io/milvus.git
[skip ci]Refine test name (#12954)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/12944/merge
parent
255c45fb8e
commit
dded00b6ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue