master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 15:03:17 -08:00
parent aab6ca420f
commit f6195fc09b

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 = "pact.bayhan.ca", port = "443", tags = "${pactbroker.tags:origin/master}")
@PactBroker(host = "https://pact.bayhan.ca", tags = "${pactbroker.tags:origin/master}")
public class GenericStateWithParameterContractTest {
@LocalServerPort