Skip to content

Commit 7aa5c0a

Browse files
geofffranksameowlia
authored andcommitted
Fix my own stupidity
1 parent 3c45bca commit 7aa5c0a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Diff for: src/code.cloudfoundry.org/test/acceptance/asg_test.go

+4-7
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ import (
1515

1616
var _ = Describe("Application Security Groups", func() {
1717
var (
18-
orgName string
19-
asgName string
18+
orgName string
19+
asgName string
20+
appName string
21+
spaceName string
2022
)
2123

2224
AfterEach(func() {
@@ -34,11 +36,6 @@ var _ = Describe("Application Security Groups", func() {
3436
Expect(cf.Cf("delete-org", orgName, "-f").Wait(Timeout_Push)).To(gexec.Exit(0))
3537
})
3638

37-
var (
38-
appName string
39-
spaceName string
40-
)
41-
4239
BeforeEach(func() {
4340
By("unbinding all running ASGs")
4441
for _, sg := range testConfig.DefaultSecurityGroups {

0 commit comments

Comments
 (0)