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
Actually I hoped to craft my stub so that they could only reply if a header wasn't present.
But I could modify them with verification api indeed. Thanks for the tip.
I would like to verify that the http client does not send a specific headers. And the same for query params.
E.g. I need to harness the code for future generation to make sure some headers and query param are not the request.
I've tried things like
.header("Accept-Encoding", newRegexMatcher("^$"))
without big hopes, and indeed it fails.The text was updated successfully, but these errors were encountered: