From df97bdfa31e338e8393a2989cff29dc26df04a0a Mon Sep 17 00:00:00 2001 From: yah01 Date: Mon, 17 Apr 2023 17:30:29 +0800 Subject: [PATCH] Fix compile error: dup code (#23466) Signed-off-by: yah01 --- tests/integration/hello_milvus_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/integration/hello_milvus_test.go b/tests/integration/hello_milvus_test.go index 21c498a549..62a306edba 100644 --- a/tests/integration/hello_milvus_test.go +++ b/tests/integration/hello_milvus_test.go @@ -229,9 +229,6 @@ func TestHelloMilvus(t *testing.T) { params := make(map[string]int) params["nprobe"] = nprobe - params := make(map[string]int) - params["nprobe"] = nprobe - searchReq := constructSearchRequest("", collectionName, expr, floatVecField, distance.L2, params, nq, dim, topk, roundDecimal)