master- Sync Repo

This commit is contained in:
Mali Bayhan
2021-12-10 11:31:52 -08:00
parent f3db749e22
commit d8fca2c9b4
28 changed files with 335 additions and 1 deletions

View File

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