Skip to content

Commit

Permalink
minor change to remove RestConfig in test
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkGaox committed Nov 3, 2023
1 parent 29b3709 commit 5856cbc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,6 @@ private void preSetupForCrosszoneParallelInstancesStoppableTest(String clusterNa
clusterConfig.setFaultZoneType("helixZoneId");
clusterConfig.setPersistIntermediateAssignment(true);
_configAccessor.setClusterConfig(clusterName, clusterConfig);
RESTConfig emptyRestConfig = new RESTConfig(clusterName);
_configAccessor.setRESTConfig(clusterName, emptyRestConfig);
// Create instance configs
List<InstanceConfig> instanceConfigs = new ArrayList<>();
int perZoneInstancesCount = 3;
Expand Down

0 comments on commit 5856cbc

Please sign in to comment.