Skip to content

fix(idtoken): don't assume DefaultTransport is a http.Transport#3263

Merged
codyoss merged 1 commit intogoogleapis:mainfrom
codyoss:fix-bug-in-trans
Aug 6, 2025
Merged

fix(idtoken): don't assume DefaultTransport is a http.Transport#3263
codyoss merged 1 commit intogoogleapis:mainfrom
codyoss:fix-bug-in-trans

Conversation

@codyoss
Copy link
Copy Markdown
Member

@codyoss codyoss commented Aug 6, 2025

Fixes: #3260

@codyoss codyoss requested review from a team and quartzmo August 6, 2025 14:52
Copy link
Copy Markdown
Member

@quartzmo quartzmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great fix. I thought we got rid of all of these hard-coded casts, but apparently there was still one at least.

@codyoss codyoss added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2025
@codyoss codyoss merged commit 61fba51 into googleapis:main Aug 6, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kokoro:force-run Add this label to force Kokoro to re-run the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

idtoken.NewClient panics if http.DefaultTransport is not a *http.Transport

2 participants