Skip to content

Commit 02d5576

Browse files
conradleeclaude
andcommitted
Fix Vertex AI cassette to use CI environment values
The cassette was recorded with local project (ck-nest-dev) and location (us-central1), but CI uses pydantic-ai project with global location. Updated cassette to match CI environment: - Project: ck-nest-dev → pydantic-ai - Location: us-central1 → global - Host: us-central1-aiplatform.googleapis.com → aiplatform.googleapis.com This fixes the CannotOverwriteExistingCassetteException in CI. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent bc2447d commit 02d5576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/models/cassettes/test_google/test_google_recursive_schema_native_output_gemini_2_5.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ interactions:
5757
content-type:
5858
- application/json
5959
host:
60-
- us-central1-aiplatform.googleapis.com
60+
- aiplatform.googleapis.com
6161
method: POST
6262
parsed_body:
6363
contents:
@@ -86,7 +86,7 @@ interactions:
8686
responseMimeType: application/json
8787
responseModalities:
8888
- TEXT
89-
uri: https://us-central1-aiplatform.googleapis.com/v1beta1/projects/ck-nest-dev/locations/us-central1/publishers/google/models/gemini-2.5-flash:generateContent
89+
uri: https://aiplatform.googleapis.com/v1beta1/projects/pydantic-ai/locations/global/publishers/google/models/gemini-2.5-flash:generateContent
9090
response:
9191
headers:
9292
alt-svc:

0 commit comments

Comments
 (0)