From 3720d14a2bf2d2a8258e997898c13b1cb8bd83f7 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 27 Mar 2025 12:46:56 +0100 Subject: [PATCH] fix: address golangci-lint error addressing golangci-lint error. Signed-off-by: Madhu Rajanna --- internal/controller/clientprofilemapping_controller_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/clientprofilemapping_controller_test.go b/internal/controller/clientprofilemapping_controller_test.go index 109ba88c8..58f86b31b 100644 --- a/internal/controller/clientprofilemapping_controller_test.go +++ b/internal/controller/clientprofilemapping_controller_test.go @@ -53,7 +53,7 @@ var _ = Describe("ClientProfileMapping Controller", func() { }, Spec: csiv1alpha1.ClientProfileMappingSpec{ Mappings: []csiv1alpha1.MappingsSpec{ - csiv1alpha1.MappingsSpec{ + { LocalClientProfile: "test", RemoteClientProfile: "test", },