Skip to content

Commit 076645d

Browse files
committed
silence linter warnings for scim_test.go
1 parent cd43d77 commit 076645d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

enterprise/coderd/scim_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ func setScimAuth(key []byte) func(*http.Request) {
5151
}
5252
}
5353

54+
//nolint:gocritic // SCIM authenticates via a special header and bypasses internal RBAC.
5455
func TestScim(t *testing.T) {
5556
t.Parallel()
5657

0 commit comments

Comments
 (0)