From bdbf07525fadf2d642b08888521ff619388d59a2 Mon Sep 17 00:00:00 2001 From: Madhav Jivrajani Date: Tue, 27 Jun 2023 11:37:04 +0530 Subject: [PATCH] test: remove exception comments in discovery tests The exception comments were added due to a false positive in staticcheck. This has since been rectified. Signed-off-by: Madhav Jivrajani --- test/integration/apiserver/discovery/discovery_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/integration/apiserver/discovery/discovery_test.go b/test/integration/apiserver/discovery/discovery_test.go index 07aa4c3c68d..5c983e8fcbb 100644 --- a/test/integration/apiserver/discovery/discovery_test.go +++ b/test/integration/apiserver/discovery/discovery_test.go @@ -52,16 +52,12 @@ import ( "k8s.io/kubernetes/test/integration/framework" ) -//lint:ignore U1000 we need to alias only for the sake of embedding type kubeClientSet = kubernetes.Interface -//lint:ignore U1000 we need to alias only for the sake of embedding type aggegatorClientSet = aggregator.Interface -//lint:ignore U1000 we need to alias only for the sake of embedding type apiextensionsClientSet = apiextensions.Interface -//lint:ignore U1000 we need to alias only for the sake of embedding type dynamicClientset = dynamic.Interface type testClientSet struct { kubeClientSet