Skip to content

Commit 24b4a87

Browse files
committed
fix lint err
1 parent 622c572 commit 24b4a87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/config/apiclient_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,9 @@ func TestJWTTokenSource(t *testing.T) {
429429
func TestNewSNCloudSession_JWT(t *testing.T) {
430430
// Test session creation with JWT token
431431
ctx := SNCloudContext{
432-
APIURL: "https://api.example.com",
433-
LogAPIURL: "https://logs.example.com",
432+
APIURL: "https://api.example.com",
433+
LogAPIURL: "https://logs.example.com",
434+
//nolint:gosec
434435
JWTToken: "test.jwt.token",
435436
Timeout: 30 * time.Second,
436437
Audience: "test-audience",

0 commit comments

Comments
 (0)