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
The CleanYAMLSerializer code is a work around for before_record_response to allow us to access the request to match the URI. Should we consider contributing code to VCRpy that adds access to the request to the before_record_response param?
Another approach might be to add something like before_record_interaction that would give access to the response and the request.
The text was updated successfully, but these errors were encountered:
zdc217
changed the title
Pull request for VCRpy?
Submit before_record_interaction to VCRpy to replace CleanYAMLSerializer
Jan 18, 2023
Discussing with @ddriddle:
The CleanYAMLSerializer code is a work around for
before_record_response
to allow us to access the request to match the URI. Should we consider contributing code to VCRpy that adds access to the request to thebefore_record_response
param?Another approach might be to add something like
before_record_interaction
that would give access to the response and the request.The text was updated successfully, but these errors were encountered: