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
It would be nice if betamax checked for the quoted value as well, because you don't get it at the time of filtering the requests through the interaction?
The text was updated successfully, but these errors were encountered:
Is this a docs issue or a feature request? It's hard to tell.
I'm showing code example of how to get around this for now, but it's not clear if this should be a feature request or not. I've waffled because I think betamax is doing the right thing in taking the string provided by the user and looking for it. I would be a little worried if it started replacing strings I didn't specify exactly.
Also somewhat related -- the placeholder functionality will not replace anything in response bodies that were base64-encoded (which is another gotcha).
Betamax supports uri substitution (
betamax/src/betamax/cassette/interaction.py
Lines 99 to 107 in 2c12cee
It would be nice if betamax checked for the quoted value as well, because you don't get it at the time of filtering the requests through the interaction?
The text was updated successfully, but these errors were encountered: