mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip ci] Shorten long sentence (#11125)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
7ad1bfb639
commit
e783aca7df
@ -51,7 +51,8 @@ class TestPartitionParams(TestcaseBase):
|
||||
# create partition
|
||||
self.partition_wrap.init_partition(collection_w.collection, partition_name,
|
||||
check_task=CheckTasks.err_res,
|
||||
check_items={ct.err_code: 1, ct.err_msg: "Partition name should not be empty"})
|
||||
check_items={ct.err_code: 1,
|
||||
ct.err_msg: "Partition name should not be empty"})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L1)
|
||||
def test_partition_empty_description(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user