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 cd43d77 commit 076645dCopy full SHA for 076645d
enterprise/coderd/scim_test.go
@@ -51,6 +51,7 @@ func setScimAuth(key []byte) func(*http.Request) {
51
}
52
53
54
+//nolint:gocritic // SCIM authenticates via a special header and bypasses internal RBAC.
55
func TestScim(t *testing.T) {
56
t.Parallel()
57
0 commit comments