mirror of https://github.com/milvus-io/milvus.git
Modify cases because error code of connectionNotExistException changed (#19918)
Signed-off-by: nico <cheng.yuan@zilliz.com> Signed-off-by: nico <cheng.yuan@zilliz.com>pull/19943/head
parent
cf1491e41a
commit
9d9cdfc0dd
|
@ -3218,7 +3218,7 @@ class TestSearchBase(TestcaseBase):
|
|||
ct.default_search_params, ct.default_top_k,
|
||||
default_search_exp,
|
||||
check_task=CheckTasks.err_res,
|
||||
check_items={"err_code": 0,
|
||||
check_items={"err_code": 1,
|
||||
"err_msg": "'should create connect first.'"})
|
||||
|
||||
@pytest.mark.tags(CaseLabel.L2)
|
||||
|
|
Loading…
Reference in New Issue