mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix typo in test name (#8469)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>pull/8471/head
parent
029b2b0764
commit
1f8fb45ef3
|
@ -90,7 +90,7 @@ class TestCreateBase:
|
||||||
assert message == "create partition failed: can't find collection: %s" % collection_name
|
assert message == "create partition failed: can't find collection: %s" % collection_name
|
||||||
|
|
||||||
@pytest.mark.tags(CaseLabel.L0)
|
@pytest.mark.tags(CaseLabel.L0)
|
||||||
def test_create_partition_name_name_None(self, connect, collection):
|
def test_create_partition_name_name_none(self, connect, collection):
|
||||||
'''
|
'''
|
||||||
target: test create partition, tag name set None, check status returned
|
target: test create partition, tag name set None, check status returned
|
||||||
method: call function: create_partition
|
method: call function: create_partition
|
||||||
|
|
Loading…
Reference in New Issue