Skip to content

Commit

Permalink
fixed no label test
Browse files Browse the repository at this point in the history
  • Loading branch information
aamgayle committed Oct 19, 2023
1 parent 41229f2 commit dc67ac6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ func TestBuildSPCLabelChecking(t *testing.T) {

t.Run("no labels", func(t *testing.T) {
ing := ing.DeepCopy()
spc.DeepCopy()
spc := spc.DeepCopy()
spc.Labels = map[string]string{}

ok, err := i.buildSPC(ing, spc)
Expand Down

0 comments on commit dc67ac6

Please sign in to comment.