Skip to content

Commit

Permalink
Update rebaser_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Jesse Brown <jabrown85@gmail.com>
Signed-off-by: Joey Brown <brown.joseph@salesforce.com>
  • Loading branch information
joeybrown-sf and jabrown85 authored Jan 10, 2023
1 parent 62e5236 commit 9614cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebaser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ func testRebaser(t *testing.T, when spec.G, it spec.S) {
})
})

when("outputImageRef is different than app image name", func() {
when("outputImageRef is different than workingImage name", func() {
it("saves using outputImageRef, not the app image name", func() {
outputImageRef := "fizz"
_, err := rebaser.Rebase(fakeAppImage, fakeNewBaseImage, outputImageRef, additionalNames)
Expand Down

0 comments on commit 9614cad

Please sign in to comment.