From 365e7cb1121a044fdd360021b42cd89837977e72 Mon Sep 17 00:00:00 2001 From: MAA Date: Sun, 18 Dec 2016 10:16:17 +0300 Subject: [PATCH] Removed duplicate mock triple. --- vcr/patch.py | 1 - 1 file changed, 1 deletion(-) diff --git a/vcr/patch.py b/vcr/patch.py index ac1127a..ada3c92 100644 --- a/vcr/patch.py +++ b/vcr/patch.py @@ -301,7 +301,6 @@ class CassettePatcherBuilder(object): self._get_cassette_subclass(stubs.VCRRequestsHTTPSConnection) ) mock_triples = ( - (cpool, 'VerifiedHTTPSConnection', stubs.VCRRequestsHTTPSConnection), (cpool, 'VerifiedHTTPSConnection', stubs.VCRRequestsHTTPSConnection), (cpool, 'HTTPConnection', stubs.VCRRequestsHTTPConnection), (cpool, 'HTTPSConnection', stubs.VCRRequestsHTTPSConnection),