[skip ci]Fix typo in test name (#8469)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/8471/head
yanliang567 2021-09-24 14:16:01 +08:00 committed by GitHub
parent 029b2b0764
commit 1f8fb45ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ class TestCreateBase:
assert message == "create partition failed: can't find collection: %s" % collection_name
@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
method: call function: create_partition