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

Possible fix for #140.

This commit is contained in:
Ivan Malison
2015-03-24 17:09:57 -07:00
parent 779f3b0474
commit 870ab276c4

View File

@@ -204,7 +204,7 @@ class VCRConnection(object):
"""
pass
def getresponse(self, _=False):
def getresponse(self, _=False, **kwargs):
'''Retrieve the response'''
# Check to see if the cassette has a response for this request. If so,
# then return it