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
As discussed on Zulip it could be useful if a test could override the base URL of a given REST client.
One use case (as discussed on Zulip) would be for a PACT consumer test, where the test invokes some method on a REST client (directly or indirectly through some service in the application under test), which in turn should direct its request to some PACT mock server, which records the request and returns a canned response.
As a workaround the test currently has to create a REST client manually using RestClientBuilder.
As discussed on Zulip it could be useful if a test could override the base URL of a given REST client.
One use case (as discussed on Zulip) would be for a PACT consumer test, where the test invokes some method on a REST client (directly or indirectly through some service in the application under test), which in turn should direct its request to some PACT mock server, which records the request and returns a canned response.
As a workaround the test currently has to create a REST client manually using
RestClientBuilder
.quarkusio#10126
The text was updated successfully, but these errors were encountered: