We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c22c52 commit 8a1e8b0Copy full SHA for 8a1e8b0
consumer/junit5/src/test/groovy/au/com/dius/pact/consumer/junit5/KTorGZippedBodyTest.groovy
@@ -18,7 +18,7 @@ import org.junit.jupiter.api.extension.ExtendWith
18
19
@ExtendWith(PactConsumerTestExt)
20
@PactTestFor(providerName = 'ProviderThatAcceptsGZippedBodies', pactVersion = PactSpecVersion.V3)
21
-@MockServerConfig(port = '42567', implementation = MockServerImplementation.KTorServer)
+@MockServerConfig(implementation = MockServerImplementation.KTorServer)
22
class KTorGZippedBodyTest {
23
@Pact(consumer = 'KTorGZippedBodyTestConsumer')
24
RequestResponsePact pact(PactDslWithProvider builder) {
0 commit comments