master- Sync Repo

This commit is contained in:
Mali Bayhan 2021-12-10 15:04:45 -08:00
parent f6195fc09b
commit 6cba54ad58
2 changed files with 2 additions and 2 deletions

View File

@ -32,10 +32,10 @@ public class ContractTest {
void pactVerificationTestTemplate(PactVerificationContext context) {
context.verifyInteraction();
}
@State("User 1 exists")
public void user1Exists() {
// nothing to do, real service is used
}
}

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