Skip to content

Commit

Permalink
updated expected digest in resource_build_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
  • Loading branch information
jdolitsky authored and jonjohnsonjr committed Dec 20, 2024
1 parent ce229ee commit f8342f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/resource_build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ resource "apko_build" "foo" {
resource.TestCheckResourceAttr("apko_build.foo", "repo", repostr),
resource.TestCheckResourceAttr("apko_build.foo", "image_ref",
// With pinned packages we should always get this digest.
repo.Digest("sha256:fe6c7a8049d2e987b4fb86075d3bcdcd6d1a3ab3388ea16e7acc17a746f3dcf3").String()),
repo.Digest("sha256:3ebd5a1ae8633ba1c26ae2320478c8883ca519a7b217111dae545161de0c8f92").String()),

// Check that the build's amd64 predicate exists, the digest
// matches, and the creation timestamp is what we expect.
Expand Down

0 comments on commit f8342f2

Please sign in to comment.