Skip to content

Commit

Permalink
Skip lint error. (funlen in test code.)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyulin0719 committed Sep 23, 2023
1 parent 4720e80 commit 6c8893b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/admission/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ func createTestingPodNoNamespaceAndLabels() *v1.Pod {
return pod
}

// nolint: funlen
func TestGetNewApplicationInfo(t *testing.T) {
// verify when appId/queue are not given, will generate it
pod := createTestingPodWithMeta()
Expand Down

0 comments on commit 6c8893b

Please sign in to comment.