Skip to content

Commit

Permalink
remove duplicated unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcabello committed Apr 23, 2024
1 parent b63746f commit 9f1fb01
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,6 @@ func TestAdmit(t *testing.T) {
},
allowed: false,
},
{
name: "error getting old and new ClusterRoleBinding from request",
args: args{
oldRB: roleBindingWithOwnerLabel.DeepCopy(),
newRB: emptyLabelsRoleBinding.DeepCopy(),
},
allowed: false,
},
}

for _, test := range tests {
Expand Down

0 comments on commit 9f1fb01

Please sign in to comment.