[skip e2e] Format test code (#13910)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
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

View File

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