diff --git a/conformance/01_pull_test.go b/conformance/01_pull_test.go index 9212a6d2..0a5e7bcd 100644 --- a/conformance/01_pull_test.go +++ b/conformance/01_pull_test.go @@ -154,7 +154,7 @@ var test01Pull = func() { g.Specify("HEAD request to manifest path (tag) should yield 200 response", func() { SkipIfDisabled(pull) Expect(tag).ToNot(BeEmpty()) - req := client.NewRequest(reggie.GET, "/v2//manifests/", reggie.WithReference(tag)). + req := client.NewRequest(reggie.HEAD, "/v2//manifests/", reggie.WithReference(tag)). SetHeader("Accept", "application/vnd.oci.image.manifest.v1+json") resp, err := client.Do(req) Expect(err).To(BeNil())