Skip to content

Commit

Permalink
Update flavor usage of e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
jichenjc committed Aug 24, 2021
1 parent 7939091 commit fec4f2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suites/e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ var _ = Describe("e2e tests", func() {
configCluster := defaultConfigCluster(clusterName, namespace.Name)
configCluster.ControlPlaneMachineCount = pointer.Int64Ptr(1)
configCluster.WorkerMachineCount = pointer.Int64Ptr(1)
configCluster.Flavor = shared.FlavorDefault
configCluster.Flavor = shared.FlavorWithoutLB
_ = createCluster(ctx, configCluster, specName)

shared.Byf("Creating MachineDeployment with custom port options")
Expand Down

0 comments on commit fec4f2a

Please sign in to comment.