Skip to content

Commit

Permalink
Fix test [release]
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
pditommaso committed Oct 3, 2022
1 parent e35fa8e commit e2ec8f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class SpillwayRegistryControllerTest extends Specification implements DockerRegi

void 'should check rate limit in ip of anonymous manifest'() {
when:
HttpRequest request = HttpRequest.GET("/v2/library/hello-world/manifests/latest").headers({h->
HttpRequest request = HttpRequest.GET("/v2/library/hello-world/manifests/sha256:975f4b14f326b05db86e16de00144f9c12257553bba9484fed41f9b6f2257800").headers({h->
h.add('Accept', ContentType.DOCKER_MANIFEST_V2_TYPE)
h.add('Accept', ContentType.DOCKER_MANIFEST_V1_JWS_TYPE)
h.add('Accept', MediaType.APPLICATION_JSON)
Expand Down

0 comments on commit e2ec8f1

Please sign in to comment.