Skip to content

Commit 34fbc53

Browse files
committed
fix lint
1 parent 24b4a87 commit 34fbc53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/config/apiclient_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ func TestSession_InitializationOnlyOnce(t *testing.T) {
416416

417417
func TestJWTTokenSource(t *testing.T) {
418418
// Test JWT token source implementation
419+
//nolint:gosec
419420
jwtToken := "test.jwt.token"
420421
source := NewJWTTokenSource(jwtToken)
421422

0 commit comments

Comments
 (0)