Skip to content

Commit

Permalink
Remove unnecessary Unroll annotation (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Jan 16, 2025
1 parent d9db428 commit 4ea3f75
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class DockerITSpec extends Specification {
RestAssured.basePath = "/v1"
}

@Unroll
def "Dockerized WS responds to healthcheck request 200 SUCCESS"() {
expect:
RestAssured.given()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ class CorsFilterSpec extends Specification {
beingAborted = isPreflight ? "is" : "is not"
}

@Unroll
def "When a request #beingCrossOrigin cross-origin and #beingPreflight preflight, response headers are #expectedResponseHeaders"() {
setup: "a request is being configure for being cross-origin/preflight or not"
ContainerRequestContext request = Mock(ContainerRequestContext)
Expand Down

0 comments on commit 4ea3f75

Please sign in to comment.