Skip to content

Commit

Permalink
test: Update sha for import bundle check (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Sep 28, 2022
1 parent 944e546 commit e110582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/imagebundle/import_bundle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var _ = Describe("Import Bundle", func() {
Expect(exitCode).To(Equal(0))

Expect(strings.TrimSpace(outBuf.String())).
To(Equal("sha256:b7c51f9294349f26b8ab08272253c70e94cd1a06ef938875a12f8f7f4753c4ec"))
To(Equal("sha256:69b30799dabb55a68ea5c2f3f9844a7c111d20ac5f51e1cfa2cf8ddd81e96d19"))
})

It("Bundle does not exist", func() {
Expand Down

0 comments on commit e110582

Please sign in to comment.