Skip to content

Commit 015371e

Browse files
committed
chore(test): fix linter issues
Signed-off-by: Alex Castilio dos Santos <[email protected]>
1 parent 0ef18bd commit 015371e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/jobs/scale.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func GetScaleTestInfra(subID, rg, clusterName, location, kubeConfigFilePath stri
5959

6060
job.AddStep((&azure.CreateCluster{
6161
ClusterName: clusterName,
62-
Nodes: nodes,
62+
Nodes: nodes,
6363
}).
6464
SetPodCidr("100.64.0.0/10").
6565
SetVMSize("Standard_D4_v3").

0 commit comments

Comments
 (0)