From 98117389d2bc82eb5fce9300dac082c27e1d2a53 Mon Sep 17 00:00:00 2001 From: Hubert Zhang Date: Tue, 23 May 2023 20:43:25 +0000 Subject: [PATCH] Fix test of clientv3/naming Signed-off-by: Hubert Zhang --- tests/integration/clientv3/naming/resolver_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/clientv3/naming/resolver_test.go b/tests/integration/clientv3/naming/resolver_test.go index fc507d7bf..47c2ae178 100644 --- a/tests/integration/clientv3/naming/resolver_test.go +++ b/tests/integration/clientv3/naming/resolver_test.go @@ -115,7 +115,7 @@ func TestEtcdGrpcResolver(t *testing.T) { } func TestEtcdEndpointManager(t *testing.T) { - integration2.BeforeTest(t) + integration.BeforeTest(t) s1PayloadBody := []byte{'1'} s1 := grpc_testing.NewDummyStubServer(s1PayloadBody) @@ -129,7 +129,7 @@ func TestEtcdEndpointManager(t *testing.T) { assert.NoError(t, err) defer s2.Stop() - clus := integration2.NewCluster(t, &integration2.ClusterConfig{Size: 3}) + clus := integration.NewClusterV3(t, &integration.ClusterConfig{Size: 3}) defer clus.Terminate(t) // Check if any endpoint with the same prefix "foo" will not break the logic with multiple endpoints