You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@PactTestFor(providerName = "farmer", port = "8084")
it would be nice to be able to provide a rest client config key (similar to what we set in @RegisterRestClient(configKey = "farmer-api"). That would give us the URL and should also allow us to work out a sensible default provider name.
Alternatively, we pass through a class name of a RestClient, just as we do with some other Quarkus tests.
The text was updated successfully, but these errors were encountered:
Instead of writing
it would be nice to be able to provide a rest client config key (similar to what we set in
@RegisterRestClient(configKey = "farmer-api")
. That would give us the URL and should also allow us to work out a sensible default provider name.Alternatively, we pass through a class name of a RestClient, just as we do with some other Quarkus tests.
The text was updated successfully, but these errors were encountered: