mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
Fixed available matchers declaration
This commit is contained in:
@@ -34,9 +34,9 @@ class VCR(object):
|
|||||||
'url': matchers.uri, # matcher for backwards compatibility
|
'url': matchers.uri, # matcher for backwards compatibility
|
||||||
'scheme': matchers.scheme,
|
'scheme': matchers.scheme,
|
||||||
'host': matchers.host,
|
'host': matchers.host,
|
||||||
'port': matchers.method,
|
'port': matchers.port,
|
||||||
'path': matchers.path,
|
'path': matchers.path,
|
||||||
'query': matchers.path,
|
'query': matchers.query,
|
||||||
'headers': matchers.headers,
|
'headers': matchers.headers,
|
||||||
'body': matchers.body,
|
'body': matchers.body,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user