1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00

Fix last bit of of #109.

This commit is contained in:
Ivan Malison
2014-09-21 05:06:28 -07:00
parent 757ad9c836
commit a2c947dc48
2 changed files with 9 additions and 9 deletions

View File

@@ -151,7 +151,7 @@ def test_https_with_cert_validation_disabled(tmpdir):
with vcr.use_cassette(str(tmpdir.join('cert_validation_disabled.yaml'))):
requests.get('https://httpbin.org', verify=False)
@pytest.mark.xfail
def test_session_can_make_requests_after_requests_unpatched(tmpdir):
with vcr.use_cassette(str(tmpdir.join('test_session_after_unpatched.yaml'))):
session = requests.session()