Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c22a0 commit 90758f5Copy full SHA for 90758f5
coderd/userauth_test.go
@@ -93,6 +93,7 @@ func TestOIDCOauthLoginWithExisting(t *testing.T) {
93
cli := codersdk.New(client.URL)
94
cli.HTTPClient.Transport = &http.Transport{
95
TLSClientConfig: &tls.Config{
96
+ //nolint:gosec
97
InsecureSkipVerify: true,
98
},
99
}
0 commit comments