diff --git a/pkg/admission/util_test.go b/pkg/admission/util_test.go index 3cc065782..2320871bc 100644 --- a/pkg/admission/util_test.go +++ b/pkg/admission/util_test.go @@ -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()