1
0
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:
Ivan Malison
2014-09-17 19:29:02 -07:00
parent 9a4f5f23a4
commit 8e01426056
2 changed files with 6 additions and 7 deletions

View File

@@ -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