Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanderp3 committed Dec 2, 2020
1 parent e662c70 commit b35d351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operators/machine-api-operator.go
Expand Up @@ -233,7 +233,7 @@ var _ = Describe("[Serial][Feature:Operators] When cluster-wide proxy is configu
Expect(err).NotTo(HaveOccurred())

By("creating a machineset")
machineSetParams := framework.BuildMachineSetParams(client, 1)
machineSetParams := framework.BuildMachineSetParams(client, 2)
machineSet, err := framework.CreateMachineSet(client, machineSetParams)
Expect(err).ToNot(HaveOccurred())
framework.WaitForMachineSet(client, machineSet.GetName())
Expand Down

0 comments on commit b35d351

Please sign in to comment.