From 8c4c3594f7c5366f845d154054cc8da8493c65ff Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 20 Jun 2024 11:17:55 -0600 Subject: [PATCH] fix: make linter pass --- pkg/cloud/services/iamauth/configmap_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cloud/services/iamauth/configmap_test.go b/pkg/cloud/services/iamauth/configmap_test.go index ab49b8fc68..a13ac2a261 100644 --- a/pkg/cloud/services/iamauth/configmap_test.go +++ b/pkg/cloud/services/iamauth/configmap_test.go @@ -427,7 +427,6 @@ func TestAddUserMappingsCM(t *testing.T) { bothMatch := cmp.Equal(roles, tc.expectedUserMaps) g.Expect(bothMatch).To(BeTrue()) } - }) } }