[skip ci]Refine comments in tests (#8726)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/8693/head
yanliang567 2021-09-28 10:36:14 +08:00 committed by GitHub
parent 5e080bfe9b
commit 9450d2e941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -75,11 +75,11 @@ class TestCreateBase:
@pytest.mark.tags(CaseLabel.L2)
def test_create_partition_collection_not_existed(self, connect):
'''
target: test create partition, its owner collection name not existed in db, check status returned
method: call function: create_partition
expected: status not ok
'''
"""
target: verify the response when creating a partition with a non_existing collection
method: create a partition with a non_existing collection
expected: raise an exception
"""
collection_name = gen_unique_str()
try:
connect.create_partition(collection_name, default_tag)