Commit 02d5576
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- tests/models/cassettes/test_google
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments