Skip to content

Commit

Permalink
gofumpt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakm-ntnx committed Feb 7, 2024
1 parent 8b6704b commit cb75c23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/cluster_topology_mega_scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var _ = Describe("When creating a cluster with topology with mega scale workflow
)
})

var megaScaleWorkflow = func(targetKubeVer, targetImageName string, cpNodeCount, workerNodeCount int) {
megaScaleWorkflow := func(targetKubeVer, targetImageName string, cpNodeCount, workerNodeCount int) {
By("Creating a workload cluster with topology")
clusterTopologyConfig := NewClusterTopologyConfig(
WithName(clusterName),
Expand Down Expand Up @@ -91,7 +91,6 @@ var _ = Describe("When creating a cluster with topology with mega scale workflow
kube127 := testHelper.getVariableFromE2eConfig("KUBERNETES_VERSION_v1_27")
kube127Image := testHelper.getVariableFromE2eConfig("NUTANIX_MACHINE_TEMPLATE_IMAGE_NAME_v1_27")
megaScaleWorkflow(kube127, kube127Image, 7, 100)

})

It("Create a cluster with topology with version Kube128 and 7 CP and 100 workers", Label("Kube128", "cluster-topology-mega-scale"), func() {
Expand Down

0 comments on commit cb75c23

Please sign in to comment.