1
0
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:
Arthur Hamon
2019-07-13 13:08:03 +02:00
parent 5e76e4733d
commit 6ca7cf3cc6
2 changed files with 37 additions and 37 deletions

View File

@@ -41,4 +41,3 @@ class VCRRequestsHTTPSConnection(VCRHTTPSConnection, VerifiedHTTPSConnection):
self.real_connection.cert_reqs = kwargs.get("cert_reqs", 'CERT_NONE')
self._sock = None