mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-08 16:53:23 +00:00
Replaced 'url' mather with 'uri'.
This commit is contained in:
@@ -30,7 +30,8 @@ class VCR(object):
|
||||
}
|
||||
self.matchers = {
|
||||
'method': matchers.method,
|
||||
'url': matchers.url,
|
||||
'uri': matchers.uri,
|
||||
'url': matchers.uri, # matcher for backwards compatibility
|
||||
'scheme': matchers.scheme,
|
||||
'host': matchers.host,
|
||||
'port': matchers.method,
|
||||
|
||||
Reference in New Issue
Block a user