From 015371ec8900f330b1a624c3fc554577ef04cd64 Mon Sep 17 00:00:00 2001 From: Alex Castilio dos Santos Date: Mon, 10 Feb 2025 10:21:00 +0000 Subject: [PATCH] chore(test): fix linter issues Signed-off-by: Alex Castilio dos Santos --- test/e2e/jobs/scale.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/jobs/scale.go b/test/e2e/jobs/scale.go index aef257e155..f4c8ac7d9a 100644 --- a/test/e2e/jobs/scale.go +++ b/test/e2e/jobs/scale.go @@ -59,7 +59,7 @@ func GetScaleTestInfra(subID, rg, clusterName, location, kubeConfigFilePath stri job.AddStep((&azure.CreateCluster{ ClusterName: clusterName, - Nodes: nodes, + Nodes: nodes, }). SetPodCidr("100.64.0.0/10"). SetVMSize("Standard_D4_v3").