diff --git a/cla-backend-go/sss/client_test.go b/cla-backend-go/sss/client_test.go index d277cdbe1..5d2594a53 100644 --- a/cla-backend-go/sss/client_test.go +++ b/cla-backend-go/sss/client_test.go @@ -15,7 +15,7 @@ import ( ) const ( - testAuthTokenPath = "/oauth/token" + testAuthTokenPath = "/oauth/token" // #nosec G101 -- endpoint path, not a hardcoded credential testOrgDomain = "example.com" testOrgName = "Example Corp" testRateLimitExceeded = "rate limit exceeded"