Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
acosta11 and davewalter committed Sep 10, 2019
1 parent 5dbb64b commit 7789683
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions v3/app_lifecycle.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ var _ = V3Describe("v3 docker app lifecycle", func() {
packageGuid string
spaceGuid string
appCreationEnvironmentVariables string
token string
expectedNullResponse string
)

Expand All @@ -194,7 +193,6 @@ var _ = V3Describe("v3 docker app lifecycle", func() {
appCreationEnvironmentVariables = `"foo":"bar"`
appGuid = CreateDockerApp(appName, spaceGuid, `{"foo":"bar"}`)
packageGuid = CreateDockerPackage(appGuid, Config.GetPublicDockerAppImage())
token = GetAuthToken()

appUrl := "https://" + appName + "." + Config.GetAppsDomain()
nullSession := helpers.CurlSkipSSL(Config.GetSkipSSLValidation(), appUrl).Wait()
Expand Down

0 comments on commit 7789683

Please sign in to comment.