mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-06 05:27:23 +00:00
fix lint
This commit is contained in:
@@ -1832,7 +1832,7 @@ func TestRefreshGrant(t *testing.T) {
|
||||
githubUpstreamName = "some-github-idp"
|
||||
githubUpstreamResourceUID = "github-resource-uid"
|
||||
githubUpstreamType = "github"
|
||||
githubUpstreamAccessToken = "some-opaque-access-token-from-github"
|
||||
githubUpstreamAccessToken = "some-opaque-access-token-from-github" //nolint:gosec // this is not a credential
|
||||
|
||||
transformationUsernamePrefix = "username_prefix:"
|
||||
transformationGroupsPrefix = "groups_prefix:"
|
||||
|
||||
Reference in New Issue
Block a user