test: update teardown collection after rename (#40379)

Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
nico 2025-03-06 10:36:09 +08:00 committed by GitHub
parent ed61abb391
commit 80213c0f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,6 +394,7 @@ class TestMilvusClientV2Base(Base):
old_name=old_name,
new_name=new_name,
**kwargs).run()
self.tear_down_collection_names.append(new_name)
return res, check_result
@trace()