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
NicoYuan1986 2022-10-20 19:49:28 +08:00 committed by GitHub
parent cf1491e41a
commit 9d9cdfc0dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)