[skip e2e] Format test code (#13910)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/13923/head
binbin 2021-12-21 21:21:28 +08:00 committed by GitHub
parent dc984691f2
commit ecffb91f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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