rerecord cassetes

This commit is contained in:
Greyson LaLonde
2025-09-26 22:44:04 -04:00
parent 72366e846e
commit 03a711c365
183 changed files with 18517 additions and 9722 deletions

View File

@@ -168,6 +168,11 @@ def vcr_config(request) -> dict:
return {
"cassette_library_dir": "tests/cassettes",
"record_mode": record_mode,
"filter_headers": [("authorization", "AUTHORIZATION-XXX")],
"filter_headers": [
("authorization", "AUTHORIZATION-XXX"),
("openai-organization", "ORG-XXX"),
("openai-project", "PROJ-XXX"),
("x-api-key", "API-KEY-XXX"),
],
"match_on": ["method", "scheme", "host", "port", "path", "query"],
}