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
Right now ignoreQuery is global for the test. While you can switch it on/off before the callout is executed, it would be better if it could be set at the response level.
Think it would be best to add an optional param to the end of addResponse.
Right now
ignoreQuery
is global for the test. While you can switch it on/off before the callout is executed, it would be better if it could be set at the response level.Think it would be best to add an optional param to the end of
addResponse
.EG:
mock.addResponse(testEndpoint, mockResp, false);
The text was updated successfully, but these errors were encountered: