Skip to content

Commit

Permalink
chore(test): fix linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Castilio dos Santos <[email protected]>
  • Loading branch information
alexcastilio committed Feb 10, 2025
1 parent 0ef18bd commit 015371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/jobs/scale.go
Original file line number Diff line number Diff line change
Expand Up @@ -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").
Expand Down

0 comments on commit 015371e

Please sign in to comment.