We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c61ceb9 commit 6e6084bCopy full SHA for 6e6084b
coderd/coderdtest/oidctest/idp_test.go
@@ -18,6 +18,7 @@ import (
18
19
// TestFakeIDPBasicFlow tests the basic flow of the fake IDP.
20
// It is done all in memory with no actual network requests.
21
+// nolint:bodyclose
22
func TestFakeIDPBasicFlow(t *testing.T) {
23
t.Parallel()
24
coderd/oauthpki/okidcpki_test.go
@@ -127,6 +127,7 @@ func TestAzureADPKIOIDC(t *testing.T) {
127
}
128
129
// TestAzureAKPKIWithCoderd uses a fake IDP and a real Coderd to test PKI auth.
130
131
func TestAzureAKPKIWithCoderd(t *testing.T) {
132
133
0 commit comments