Skip to content

Commit

Permalink
fix: fix unit test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Jan 5, 2024
1 parent fa96430 commit 7c9a63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/digest_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func TestGetManifest1(t *testing.T) {
runtime.GC()
}()

manifest, contentType, err := docker.GetManifest(context.Background(), "hello-world:latest")
manifest, contentType, err := docker.GetManifest(context.Background(), "hello-world:nanoserver-1803")
assert.NilError(t, err)
assert.Equal(t, contentType, manifestlist.MediaTypeManifestList)

Expand Down

0 comments on commit 7c9a63c

Please sign in to comment.