mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
tests(vcr): allow playback repeats so duplicate intra-test requests serve from cache
This commit is contained in:
parent
73594262ee
commit
59d5901766
2 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ def vcr_config():
|
|||
"filter_headers": list(_FILTERED_REQUEST_HEADERS),
|
||||
"decode_compressed_response": True,
|
||||
"record_mode": "once",
|
||||
"allow_playback_repeats": True,
|
||||
"match_on": (
|
||||
"method",
|
||||
"scheme",
|
||||
|
|
|
|||
|
|
@ -95,6 +95,7 @@ def vcr_config():
|
|||
"filter_headers": list(_FILTERED_REQUEST_HEADERS),
|
||||
"decode_compressed_response": True,
|
||||
"record_mode": "once",
|
||||
"allow_playback_repeats": True,
|
||||
"match_on": (
|
||||
"method",
|
||||
"scheme",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue