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
{{ message }}
This repository was archived by the owner on Sep 25, 2023. It is now read-only.
Could you enhance
.expect()
with a parameter? Maybe with the use ofRequestMatcher
?server.expect(RequestMatcher... matcher).withPath("/api/v1/users").andReturn(200, "admin");
So it could be possible to return results based on the send request (especially important when multiple async requests are send to the mockWebServer).
The text was updated successfully, but these errors were encountered: