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

docs: update example in advanced.rst

Co-authored-by: Sebastian Pipping <sebastian@pipping.org>
This commit is contained in:
Daniel Silva
2025-01-11 11:21:55 -05:00
committed by GitHub
parent d64cdd337b
commit e3ced4385e

View File

@@ -438,4 +438,4 @@ option to ``True``, VCR will not save old HTTP interactions if they are not used
my_vcr = VCR(drop_unused_requests=True) my_vcr = VCR(drop_unused_requests=True)
with my_vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml'): with my_vcr.use_cassette('fixtures/vcr_cassettes/synopsis.yaml'):
# your http here ... # your HTTP interactions here