Skip to content

Commit

Permalink
WIP: Test AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
spangenberg committed Feb 15, 2019
1 parent 3726ece commit 9339fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/machines/machines_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ var _ = framework.SigKubeDescribe("Machines", func() {
})

It("Can create EBS volumes", func() {
testMachineProviderSpec, err := utils.TestingMachineProviderSpecWithEBS(awsCredSecret.Name, cluster.Name, false)
testMachineProviderSpec, err := utils.TestingMachineProviderSpecWithEBS(awsCredSecret.Name, cluster.Name, true)
Expect(err).NotTo(HaveOccurred())
testMachine := manifests.TestingMachine(cluster.Name, cluster.Namespace, testMachineProviderSpec)
f.CreateMachineAndWait(testMachine, acw)
Expand Down

0 comments on commit 9339fb2

Please sign in to comment.