You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(oauth2): migrate test files to oauth2provider package
- Create oauth2provider/metadata_test.go with OAuth2 metadata endpoint tests
- Create oauth2provider/validation_test.go with comprehensive client validation tests
- Create oauth2provider/provider_test.go with provider app and registration tests
- Remove duplicated tests from coderd/oauth2_test.go, keep integration tests
- Fix lint issues in oauth2providertest package naming
- Improve test organization with unit tests separated from integration tests
- Maintain 100% test coverage while enabling faster test execution
Change-Id: I99aac9f53df95eed3135d895781831a4a2749f6a
Signed-off-by: Thomas Kosiewski <tk@coder.com>
0 commit comments