Skip to content

Commit

Permalink
Fix the broken acceptance tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hayakawa <[email protected]>
  • Loading branch information
hhiroshell committed Jul 4, 2024
1 parent a49d9c3 commit 070d776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/assertions/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (o OutputAssertionManager) IncludesTrustedBuildersHeading() {
o.assert.Contains(o.output, "Trusted Builders:")
}

const googleBuilder = "gcr.io/buildpacks/builder:v1"
const googleBuilder = "gcr.io/buildpacks/builder:google-22"

func (o OutputAssertionManager) IncludesGoogleBuilder() {
o.testObject.Helper()
Expand Down

0 comments on commit 070d776

Please sign in to comment.