- Notifications
You must be signed in to change notification settings - Fork1k
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
to07bb100
Compare07bb100
tofaa0ebf
Comparefaa0ebf
to07f5bc3
Comparea13a334
toad45ac9
Compare07f5bc3
to9f9cd09
Comparead45ac9
toce4943c
CompareThere 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
toe5bf69b
Compare9f9cd09
to3fbbf99
Comparee5bf69b
to59667e7
Compare3fbbf99
to06d66ae
Compare59667e7
to54f6878
Compare06d66ae
to5797ad5
Compare54f6878
to6cddf93
Compare5797ad5
to640542d
Compare6cddf93
to68c9194
Compare640542d
to5f400e4
Compare5f400e4
to7690732
Compare68c9194
to1354d84
Compare7690732
toeec060e
Compare18945a7
intomainUh oh!
There was an error while loading.Please reload this page.
Merge activity
|
Uh oh!
There was an error while loading.Please reload this page.
Fixescoder/internal#933
Refactors CLI tests that check the
--auth
flag 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.