mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
refactor boto3 integration test using fixtures instead of global variables
This commit is contained in:
@@ -41,4 +41,3 @@ class VCRRequestsHTTPSConnection(VCRHTTPSConnection, VerifiedHTTPSConnection):
|
||||
self.real_connection.cert_reqs = kwargs.get("cert_reqs", 'CERT_NONE')
|
||||
|
||||
self._sock = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user