Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 271195b

Browse files
committed
Make golangci-lint happy
Never versions of golangci-lint will complain about this and we'll need to revert this commit. Signed-off-by: Leandro López (inkel) <leandro.lopez@grafana.com>
1 parent 0dc1db5 commit 271195b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api_key_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const (
2222
"role": "Admin",
2323
"expiration": "2021-10-30T10:52:03+03:00"
2424
}
25-
]` //#nosec
25+
]` //#nosec
2626
)
2727

2828
func TestCreateAPIKey(t *testing.T) {

service_account_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const (
7474
"secondsUntilExpiration": 0,
7575
"hasExpired": false
7676
}
77-
]` //#nosec
77+
]` //#nosec
7878
)
7979

8080
func TestCreateServiceAccountToken(t *testing.T) {

0 commit comments

Comments
 (0)