Skip to content

Commit 54767cc

Browse files
Update expected digest
This version of imgutil doesn't mutate the digest Signed-off-by: Natalie Arellano <[email protected]>
1 parent 5b1f05e commit 54767cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/analyzer_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1029,7 +1029,7 @@ func testAnalyzerFunc(platformAPI string) func(t *testing.T, when spec.G, it spe
10291029
analyzer := assertAnalyzedMetadata(t, filepath.Join(copyDir, "analyzed.toml"))
10301030
h.AssertNotNil(t, analyzer.RunImage)
10311031
analyzedImagePath := filepath.Join(path.RootDir, "layout-repo", "index.docker.io", "library", "busybox", "latest")
1032-
reference := fmt.Sprintf("%s@%s", analyzedImagePath, "sha256:834f8848308af7090ed7b2270071d28411afc42078e3ba395b1b0a78e2f8b0e2")
1032+
reference := fmt.Sprintf("%s@%s", analyzedImagePath, "sha256:f75f3d1a317fc82c793d567de94fc8df2bece37acd5f2bd364a0d91a0d1f3dab")
10331033
h.AssertEq(t, analyzer.RunImage.Reference, reference)
10341034
})
10351035
})

0 commit comments

Comments
 (0)