mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e] Remove unused parameter (#14853)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
07bbc7d96e
commit
075f35108b
@ -3074,7 +3074,7 @@ class TestReleaseAdvanced:
|
||||
connect.insert(collection, cons.default_entities, partition_name=default_tag)
|
||||
connect.flush([collection])
|
||||
connect.load_partitions(collection, [default_tag])
|
||||
res = connect.search(collection, **query, _async=True)
|
||||
connect.search(collection, **query, _async=True)
|
||||
connect.release_collection(collection)
|
||||
with pytest.raises(Exception):
|
||||
connect.search(collection, **default_single_query)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user