mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 09:13:23 +00:00
Change default paramters to VCR from lists to tuples.
This commit is contained in:
@@ -78,8 +78,7 @@ class Cassette(object):
|
||||
before_record=None,
|
||||
before_record_response=None,
|
||||
ignore_hosts=(),
|
||||
ignore_localhost=()
|
||||
):
|
||||
ignore_localhost=()):
|
||||
self._path = path
|
||||
self._serializer = serializer
|
||||
self._match_on = match_on
|
||||
|
||||
Reference in New Issue
Block a user