[skip e2e] Modify test case after code change (#17791)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/17794/head
binbin 2022-06-25 09:54:15 +08:00 committed by GitHub
parent 8388478ef3
commit 535a132ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ class TestCollectionSearchInvalid(TestcaseBase):
search_params, default_limit,
default_search_exp,
check_task=CheckTasks.err_res,
check_items={"err_code": 0,
check_items={"err_code": 1,
"err_msg": message})
@pytest.mark.tags(CaseLabel.L2)