From b0cd9d26e2ff79c52f22d9741850ba9e42f6c701 Mon Sep 17 00:00:00 2001 From: yy Date: Wed, 11 Oct 2023 17:30:42 +0800 Subject: [PATCH] fix lint --- controllers/admission/api/v1/icp_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admission/api/v1/icp_test.go b/controllers/admission/api/v1/icp_test.go index ee696637c9d..4daa9f9c9bb 100644 --- a/controllers/admission/api/v1/icp_test.go +++ b/controllers/admission/api/v1/icp_test.go @@ -3,7 +3,7 @@ package v1 import ( "testing" - "k8s.io/api/networking/v1" + v1 "k8s.io/api/networking/v1" ) func TestIcpValidator_Query(t *testing.T) {