Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 90758f5

Browse files
committed
linting
1 parent a9c22a0 commit 90758f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/userauth_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ func TestOIDCOauthLoginWithExisting(t *testing.T) {
9393
cli := codersdk.New(client.URL)
9494
cli.HTTPClient.Transport = &http.Transport{
9595
TLSClientConfig: &tls.Config{
96+
//nolint:gosec
9697
InsecureSkipVerify: true,
9798
},
9899
}

0 commit comments

Comments
 (0)