Skip to content

Commit

Permalink
chore: add provider verification test with pact file from Pact-JS V3 #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Sep 18, 2021
1 parent 26d5ae9 commit a8d989a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import com.github.tomakehurst.wiremock.WireMockServer
import groovy.json.JsonOutput
import groovy.util.logging.Slf4j
import org.apache.commons.lang3.RandomUtils
import org.junit.jupiter.api.BeforeAll
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.TestTemplate
import org.junit.jupiter.api.extension.ExtendWith
Expand All @@ -32,11 +31,6 @@ import static com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo
class EachLikeFromPactJsTest {
private WireMockServer server

@BeforeAll
static void setup() {
System.setProperty('pact.matching.wildcard', 'true')
}

@TestTemplate
@ExtendWith(PactVerificationInvocationContextProvider)
void testTemplate(PactVerificationContext context) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,14 +141,6 @@
}
]
},
"$.identifiers.*": {
"combine": "AND",
"matchers": [
{
"match": "type"
}
]
},
"$.identifiers.*.description": {
"combine": "AND",
"matchers": [
Expand Down

0 comments on commit a8d989a

Please sign in to comment.