Skip to content

Commit bc2447d

Browse files
conradleeclaude
andcommitted
Fix content-length header after JWT token scrubbing
The content-length header needs to be updated after replacing the JWT token with 'scrubbed'. The original token was ~872 chars longer than 'scrubbed', so the content-length is reduced from 1518 to 646 bytes. Thanks for catching this important detail! 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 091c605 commit bc2447d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/models/cassettes/test_google/test_google_recursive_schema_native_output_gemini_2_5.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ interactions:
2121
cache-control:
2222
- no-cache, no-store, max-age=0, must-revalidate
2323
content-length:
24-
- '1518'
24+
- '646'
2525
content-type:
2626
- application/json; charset=utf-8
2727
expires:

0 commit comments

Comments
 (0)