master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 10:21:27 -08:00
parent ec6ed6a564
commit f3db749e22
2 changed files with 10 additions and 12 deletions

View File

@ -23,7 +23,7 @@ import static org.mockito.Mockito.when;
@Provider("user-service") @Provider("user-service")
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
// pact_broker is the service name in docker-compose // pact_broker is the service name in docker-compose
@PactBroker(host = "pact_broker", tags = "${pactbroker.tags:prod}") @PactBroker(host = "cicd.bayhan.ca:9292", tags = "${pactbroker.tags:prod}")
public class GenericStateWithParameterContractTest { public class GenericStateWithParameterContractTest {
@LocalServerPort @LocalServerPort
@ -61,6 +61,4 @@ public class GenericStateWithParameterContractTest {
} }
} }
} }