Skip to content

Commit

Permalink
chore: derp
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Jul 8, 2024
1 parent 007d337 commit 30a8769
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ func TestEnsureClusterRole(t *testing.T) {
expectedClusterRole rbacv1.ClusterRole
err error
}{
// {
// Name: "no existing clusterrole",
// controlplane: controlplane,
// createdorUpdated: true,
// expectedClusterRole: *clusterRole,
// },
{
Name: "no existing clusterrole",
controlplane: controlplane,
createdorUpdated: true,
expectedClusterRole: *clusterRole,
},
{
Name: "up to date clusterrole",
controlplane: controlplane,
Expand Down

0 comments on commit 30a8769

Please sign in to comment.