Skip to content

Commit 8a1e8b0

Browse files
committed
chore: fix port conflict in test
1 parent 8c22c52 commit 8a1e8b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consumer/junit5/src/test/groovy/au/com/dius/pact/consumer/junit5/KTorGZippedBodyTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import org.junit.jupiter.api.extension.ExtendWith
1818

1919
@ExtendWith(PactConsumerTestExt)
2020
@PactTestFor(providerName = 'ProviderThatAcceptsGZippedBodies', pactVersion = PactSpecVersion.V3)
21-
@MockServerConfig(port = '42567', implementation = MockServerImplementation.KTorServer)
21+
@MockServerConfig(implementation = MockServerImplementation.KTorServer)
2222
class KTorGZippedBodyTest {
2323
@Pact(consumer = 'KTorGZippedBodyTestConsumer')
2424
RequestResponsePact pact(PactDslWithProvider builder) {

0 commit comments

Comments
 (0)