mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 05:38:12 +00:00
Update VCR configuration to use 'host' instead of 'bedrock_host' for request matching
This commit is contained in:
@@ -322,7 +322,7 @@ def vcr_config(vcr_cassette_dir: str) -> dict[str, Any]:
|
||||
"before_record_request": _filter_request_headers,
|
||||
"before_record_response": _filter_response_headers,
|
||||
"filter_query_parameters": ["key"],
|
||||
"match_on": ["method", "scheme", "bedrock_host", "port", "path"],
|
||||
"match_on": ["method", "scheme", "host", "port", "path"],
|
||||
}
|
||||
|
||||
if os.getenv("GITHUB_ACTIONS") == "true":
|
||||
|
||||
Reference in New Issue
Block a user