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

Fix heading hierarchy in debugging guide

This commit is contained in:
Josh Peak
2019-12-19 13:16:12 +11:00
committed by GitHub
parent d91a53bbff
commit 41ca5750e7

View File

@@ -31,7 +31,7 @@ which matchers didn't match. This can help you with debugging custom
matchers. matchers.
CannotOverwriteExistingCassetteException CannotOverwriteExistingCassetteException
======================================== ----------------------------------------
When a request failed to be found in an existing cassette, When a request failed to be found in an existing cassette,
VCR.py tries to get the request(s) that may be similar to the one being searched. VCR.py tries to get the request(s) that may be similar to the one being searched.
@@ -54,4 +54,4 @@ CannotOverwriteExistingCassetteException message example :
Matchers succeeded : ['method', 'scheme', 'host', 'port', 'path'] Matchers succeeded : ['method', 'scheme', 'host', 'port', 'path']
Matchers failed : Matchers failed :
query - assertion failure : query - assertion failure :
[('alt', 'json'), ('maxResults', '200')] != [('alt', 'json'), ('maxResults', '500')] [('alt', 'json'), ('maxResults', '200')] != [('alt', 'json'), ('maxResults', '500')]