Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
Use helper to strip off the IPs from boshclient response
Browse files Browse the repository at this point in the history
[#129671425]

Signed-off-by: Sabith KS <[email protected]>
  • Loading branch information
christianang authored and Sabith KS committed Sep 10, 2016
1 parent f110c5d commit 742b563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acceptance-tests/deploy/kill_vm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var _ = Describe("KillVm", func() {
Expect(err).NotTo(HaveOccurred())

Eventually(func() ([]bosh.VM, error) {
return boshClient.DeploymentVMs(turbulenceManifest.Name)
return helpers.DeploymentVMs(boshClient, turbulenceManifest.Name)
}, "1m", "10s").Should(ConsistOf(helpers.GetTurbulenceVMsFromManifest(turbulenceManifest)))

turbulenceClient = helpers.NewTurbulenceClient(turbulenceManifest)
Expand Down

0 comments on commit 742b563

Please sign in to comment.