diff --git a/conformance/01_pull_test.go b/conformance/01_pull_test.go index 2954894d..9212a6d2 100644 --- a/conformance/01_pull_test.go +++ b/conformance/01_pull_test.go @@ -196,7 +196,7 @@ var test01Pull = func() { g.Context("Error codes", func() { g.Specify("400 response body should contain OCI-conforming JSON message", func() { SkipIfDisabled(pull) - req := client.NewRequest(reggie.PUT, "/v2//manifests/", + req := client.NewRequest(reggie.GET, "/v2//manifests/", reggie.WithReference("sha256:totallywrong")). SetHeader("Content-Type", "application/vnd.oci.image.manifest.v1+json"). SetBody(invalidManifestContent)