test: update test cases for error code modification (#30124)

#23075

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/30149/head
nico 2024-01-19 21:04:55 +08:00 committed by GitHub
parent ba0e980db9
commit a762561730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -6193,7 +6193,7 @@ class TestSearchDiskann(TestcaseBase):
default_search_exp,
output_fields=output_fields,
check_task=CheckTasks.err_res,
check_items={"err_code": 65538,
check_items={"err_code": 65535,
"err_msg": "UnknownError"})
@pytest.mark.tags(CaseLabel.L2)