- Notifications
You must be signed in to change notification settings - Fork1.1k
chore: refactor CLI agent auth tests as unit tests#19609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
spikecurtis commentedAug 28, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This stack of pull requests is managed byGraphite. Learn more aboutstacking. |
46dfec7 to07bb100Compare07bb100 tofaa0ebfComparefaa0ebf to07f5bc3Comparea13a334 toad45ac9Compare07f5bc3 to9f9cd09Comparead45ac9 toce4943cCompare
mafredri left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Except for the one concern, looks fine to me 👍🏻.
Uh oh!
There was an error while loading.Please reload this page.
608b392 toe5bf69bCompare9f9cd09 to3fbbf99Comparee5bf69b to59667e7Compare3fbbf99 to06d66aeCompare59667e7 to54f6878Compare06d66ae to5797ad5Compare54f6878 to6cddf93Compare5797ad5 to640542dCompare6cddf93 to68c9194Compare640542d to5f400e4Compare5f400e4 to7690732Compare68c9194 to1354d84Compare7690732 toeec060eCompare18945a7 intomainUh oh!
There was an error while loading.Please reload this page.
spikecurtis commentedSep 3, 2025
Merge activity
|

Uh oh!
There was an error while loading.Please reload this page.
Fixescoder/internal#933
Refactors CLI tests that check the
--authflag parsing for various public clouds into a unit test that just creates the agent Client and asserts on the type.Testing that the agent client actually authenticates correctly with these auth types is well covered by Coderd tests, so we don't need to retread that ground here, and the deleted tests were flaky on Windows.