Skip to content

Commit 0e2f108

Browse files
committed
changed port
1 parent 441cd4f commit 0e2f108

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pact/pact-spring-provider/src/test/java/io/reflectoring/UserControllerProviderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
@ExtendWith(SpringExtension.class)
2222
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT, properties = {
23-
"server.port=8080"
23+
"server.port=8888"
2424
})
2525
@Provider("userservice")
2626
@PactFolder("../pact-angular/pacts")
@@ -31,7 +31,7 @@ public class UserControllerProviderTest {
3131

3232
@BeforeEach
3333
void setupTestTarget(PactVerificationContext context) {
34-
context.setTarget(new HttpTestTarget("localhost", 8080, "/"));
34+
context.setTarget(new HttpTestTarget("localhost", 8888, "/"));
3535
}
3636

3737
@TestTemplate

0 commit comments

Comments
 (0)