mirror of https://github.com/milvus-io/milvus.git
test: update test cases for error code modification (#30124)
#23075 Signed-off-by: nico <cheng.yuan@zilliz.com>pull/30149/head
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…
Reference in New Issue