[skip e2e] Format code (#14901)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/14927/head
binbin 2022-01-06 13:26:47 +08:00 committed by GitHub
parent 383ed277f6
commit 7fb2f4af29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ class TestPartitionParams(TestcaseBase):
partition_w1.load()
error = {ct.err_code: 1, ct.err_msg: f'load the partition after load collection is not supported'}
partition_w2.load(check_task=CheckTasks.err_res,
check_items=error)
check_items=error)
@pytest.mark.tags(CaseLabel.L2)
def test_load_partitons_after_release(self):