Skip to content

Commit

Permalink
fixup: adjust supported builder validation test
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Dec 1, 2022
1 parent 6340e37 commit b8b111b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/tekton/validate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ func Test_validatePipeline(t *testing.T) {
wantErr: true,
},
{
name: "Unsupported runtime - Go - pack builder - without additional Buildpacks",
name: "Supported runtime - Go - pack builder - without additional Buildpacks",
function: fn.Function{Build: fn.BuildSpec{Builder: builders.Pack}, Runtime: "go"},
wantErr: true,
wantErr: false,
},
{
name: "Unsupported runtime - Go - pack builder - with additional Buildpacks",
Expand Down

0 comments on commit b8b111b

Please sign in to comment.