Skip to content

Commit

Permalink
fix: make linter pass
Browse files Browse the repository at this point in the history
  • Loading branch information
wcrum committed Jun 20, 2024
1 parent f2886f7 commit 09954cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cloud/services/iamauth/configmap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ func TestAddUserMappingsCM(t *testing.T) {
bothMatch := cmp.Equal(roles, tc.expectedUserMaps)
g.Expect(bothMatch).To(BeTrue())
}

})
}
}
Expand Down

0 comments on commit 09954cf

Please sign in to comment.