mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Replace number 3000 with default nb variable (#14789)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>pull/14799/head
parent
31c969b76f
commit
a9f8577939
|
@ -1166,7 +1166,7 @@ def init_data(connect, collection, nb=ut.default_nb, partition_names=None, auto_
|
|||
"""
|
||||
Generate entities and add it in collection
|
||||
"""
|
||||
if nb == 3000:
|
||||
if nb == ct.default_nb:
|
||||
insert_entities = default_entities
|
||||
else:
|
||||
insert_entities = ut.gen_entities(nb, is_normal=True)
|
||||
|
|
Loading…
Reference in New Issue