Skip to content

Commit 6e6084b

Browse files
committed
Linting
1 parent c61ceb9 commit 6e6084b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

coderd/coderdtest/oidctest/idp_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818

1919
// TestFakeIDPBasicFlow tests the basic flow of the fake IDP.
2020
// It is done all in memory with no actual network requests.
21+
// nolint:bodyclose
2122
func TestFakeIDPBasicFlow(t *testing.T) {
2223
t.Parallel()
2324

coderd/oauthpki/okidcpki_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ func TestAzureADPKIOIDC(t *testing.T) {
127127
}
128128

129129
// TestAzureAKPKIWithCoderd uses a fake IDP and a real Coderd to test PKI auth.
130+
// nolint:bodyclose
130131
func TestAzureAKPKIWithCoderd(t *testing.T) {
131132
t.Parallel()
132133

0 commit comments

Comments
 (0)