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()) } - }) } }