Skip to content

Commit

Permalink
Merge pull request #735 from quasimik/patch-1
Browse files Browse the repository at this point in the history
Fix typo in docs
  • Loading branch information
hartwork authored Jul 10, 2023
2 parents 4f70152 + 943cabb commit c95b726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ of post data parameters to filter.

.. code:: python
with my_vcr.use_cassette('test.yml', filter_post_data_parameters=['client_secret']):
with my_vcr.use_cassette('test.yml', filter_post_data_parameters=['api_key']):
requests.post('http://api.com/postdata', data={'api_key': 'secretstring'})
Advanced use of filter_headers, filter_query_parameters and filter_post_data_parameters
Expand Down

0 comments on commit c95b726

Please sign in to comment.