Skip to content

Commit

Permalink
Fix heading hierarchy in debugging guide
Browse files Browse the repository at this point in the history
  • Loading branch information
neozenith committed Dec 19, 2019
1 parent d91a53b commit 41ca575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debugging.rst
Expand Up @@ -31,7 +31,7 @@ which matchers didn't match. This can help you with debugging custom
matchers.

CannotOverwriteExistingCassetteException
========================================
----------------------------------------

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.
Expand All @@ -54,4 +54,4 @@ CannotOverwriteExistingCassetteException message example :
Matchers succeeded : ['method', 'scheme', 'host', 'port', 'path']
Matchers failed :
query - assertion failure :
[('alt', 'json'), ('maxResults', '200')] != [('alt', 'json'), ('maxResults', '500')]
[('alt', 'json'), ('maxResults', '200')] != [('alt', 'json'), ('maxResults', '500')]

0 comments on commit 41ca575

Please sign in to comment.