Skip to content

Commit e92cf2b

Browse files
Fixed typo in buildpack url. It broke integration test (#1102)
Fixes `TestIntegration_Push_With_Pinned_Buildpack_Manifest` that was broken for years
2 parents feead19 + da062db commit e92cf2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/kf/testutil/integration/integration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const (
109109

110110
PinnedBuildPackName = "go_buildpack_v47"
111111

112-
PinnedBuildPackURL = "https://github.com/cloudfoundry/go-buildpack.git#v1.9.47"
112+
PinnedBuildPackURL = "https://github.com/cloudfoundry/go-buildpack.git/#v1.9.47"
113113
)
114114

115115
// ShouldSkipIntegration returns true if integration tests are being skipped.

0 commit comments

Comments
 (0)