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 SoapAdapter.py uses lower case set-cookie which may not always catch the set cookie value. This can mean validation under VCRpy reports a false failure.
The text was updated successfully, but these errors were encountered:
* tries both cases for the set-cookie header to make sure we catch cookie transitions.
* tampers with basic_connection fixture to demonstrate
closes: vmware#93
Related to: kevin1024/vcrpy#90
The SoapAdapter.py uses lower case
set-cookie
which may not always catch the set cookie value. This can mean validation under VCRpy reports a false failure.The text was updated successfully, but these errors were encountered: