mirror of https://github.com/milvus-io/milvus.git
enhance: update pymilvus version (#31526)
pr: #31529 Signed-off-by: nico <cheng.yuan@zilliz.com>pull/31638/head
parent
96cec7871d
commit
f953f2f70b
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue