Fix incorrect e2e test (#19786)

Signed-off-by: yah01 <yang.cen@zilliz.com>

Signed-off-by: yah01 <yang.cen@zilliz.com>
pull/19670/head
yah01 2022-10-14 18:11:24 +08:00 committed by GitHub
parent 3a5aaeb7ad
commit 5f542b96ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1666,7 +1666,7 @@ class TestUtilityAdvanced(TestcaseBase):
# load balance
self.utility_wrap.load_balance(collection_w.name, src_node_id, dst_node_ids, sealed_segment_ids,
check_task=CheckTasks.err_res,
check_items={ct.err_code: 1, ct.err_msg: "is not exist"})
check_items={ct.err_code: 1, ct.err_msg: "not found in source node"})
@pytest.mark.tags(CaseLabel.L2)
def test_load_balance_in_one_group(self):