enhance: update pymilvus version (#31526)

pr: #31529

Signed-off-by: nico <cheng.yuan@zilliz.com>
pull/31638/head
nico 2024-03-27 11:15:09 +08:00 committed by GitHub
parent 96cec7871d
commit f953f2f70b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ allure-pytest==2.7.0
pytest-print==0.2.1
pytest-level==0.1.1
pytest-xdist==2.5.0
pymilvus==2.4.0rc53
pymilvus==2.4.0
pytest-rerunfailures==9.1.1
git+https://github.com/Projectplace/pytest-tags
ndg-httpsclient

View File

@ -791,7 +791,7 @@ class TestConnectionOperation(TestcaseBase):
# drop collection failed
self.collection_wrap.drop(check_task=ct.CheckTasks.err_res,
check_items={ct.err_code: 0, ct.err_msg: "should create connect first"})
check_items={ct.err_code: 1, ct.err_msg: "should create connect first"})
# successfully created default connection
self.connection_wrap.connect(alias=DefaultConfig.DEFAULT_USING, host=host, port=port,