Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Give multiple buildpack staging test a unique name
Browse files Browse the repository at this point in the history
[#145550563]

Signed-off-by: Eric Promislow <[email protected]>
  • Loading branch information
Annie Sing authored and ericpromislow committed Jul 20, 2017
1 parent 2a60a3e commit e24395a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/buildpacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var _ = V3Describe("buildpack", func() {
DeleteApp(appGuid)
})

It("Stages with a user specified admin buildpack", func() {
It("Stages with multiple admin buildpacks", func() {
buildGUID := StageBuildpackPackage(packageGuid, Config.GetRubyBuildpackName(), Config.GetGoBuildpackName())
WaitForBuildToStage(buildGUID)

Expand Down

0 comments on commit e24395a

Please sign in to comment.