Skip to content

Commit

Permalink
fix: fix unit test fail (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
CorrectRoadH committed Jan 5, 2024
1 parent fa96430 commit 29d731f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/docker/digest_test.go
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 29d731f

Please sign in to comment.