Skip to content

Commit

Permalink
Ignore gocyclo for large unit test func
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuatcasey committed Dec 17, 2024
1 parent f5d7f8d commit 9928c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/concierge/impersonator/impersonator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ import (
"go.pinniped.dev/internal/tokenclient"
)

//nolint:gocyclo // this is a large test function
func TestImpersonator(t *testing.T) {
const (
priorityLevelConfigurationsVersion = "v1beta3"
Expand Down

0 comments on commit 9928c7e

Please sign in to comment.