mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
test: update test cases for error code modification (#30124)
#23075 Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
ba0e980db9
commit
a762561730
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user