From cc8d637715eac4e6aa5dfc4836607ff9bd6674ad Mon Sep 17 00:00:00 2001 From: Joshua Casey Date: Tue, 28 May 2024 20:33:55 -0500 Subject: [PATCH] Fix lint --- .../endpoints/callback/callback_handler_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/federationdomain/endpoints/callback/callback_handler_test.go b/internal/federationdomain/endpoints/callback/callback_handler_test.go index 67e2a3bb2..98d884b17 100644 --- a/internal/federationdomain/endpoints/callback/callback_handler_test.go +++ b/internal/federationdomain/endpoints/callback/callback_handler_test.go @@ -37,7 +37,7 @@ import ( ) const ( - // Upstream OIDC + // Upstream OIDC. happyOIDCUpstreamIDPName = "upstream-oidc-idp-name" happyOIDCUpstreamIDPResourceUID = "upstream-oidc-resource-uid" @@ -51,15 +51,15 @@ const ( oidcUpstreamUsernameClaim = "the-user-claim" oidcUpstreamGroupsClaim = "the-groups-claim" - // Upstream GitHub + // Upstream GitHub. happyGithubIDPName = "upstream-github-idp-name" happyGithubIDPResourceUID = "upstream-github-idp-resource-uid" - // Upstream OAuth2 (OIDC or GitHub) + // Upstream OAuth2 (OIDC or GitHub). happyUpstreamAuthcode = "upstream-auth-code" happyUpstreamRedirectURI = "https://example.com/callback" - // Downstream parameters + // Downstream parameters. happyDownstreamState = "8b-state" happyDownstreamCSRF = "test-csrf" happyDownstreamPKCEVerifier = "test-pkce"