From 9368b45a69b714e5edd91dd8397e06b9a3a71f9f Mon Sep 17 00:00:00 2001 From: Lukasz Gryglicki Date: Thu, 28 May 2026 12:50:20 +0200 Subject: [PATCH] Fix the linter Signed-off-by: Lukasz Gryglicki Assisted by [OpenAI](https://platform.openai.com/) Assisted by [GitHub Copilot](https://github.com/features/copilot) Assisted by [Claude](https://claude.ai) --- cla-backend-go/sss/client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"