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

Remove warning message caused by lack of is_verified property on HTTPSConnection stub.

This commit is contained in:
Ivan Malison
2014-11-13 16:32:33 -08:00
parent 0e37759175
commit 9d52c3ed42

View File

@@ -314,3 +314,4 @@ class VCRHTTPSConnection(VCRConnection):
'''A Mocked class for HTTPS requests'''
_baseclass = HTTPSConnection
_protocol = 'https'
is_verified = True