Skip to content

Commit cf8ca3d

Browse files
committed
fix mutating webhook test
1 parent 124f138 commit cf8ca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ func TestIntegration(t *testing.T) {
528528
},
529529
},
530530
},
531-
}).withIgnoreVersions([]string{"v1.14", "v1.15"}),
531+
}).withIgnoreVersions([]string{"v1.14", "v1.15", "v1.16"}),
532532
NewTestMatch("pdb match",
533533
&v1beta12.PodDisruptionBudget{
534534
ObjectMeta: standardObjectMeta(),

0 commit comments

Comments
 (0)