Skip to content

Commit ed08387

Browse files
committed
Enable versioned validation fuzz testing for core v1 group
1 parent b5bc283 commit ed08387

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/api/testing/validation_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import (
3131
func TestVersionedValidationByFuzzing(t *testing.T) {
3232
typesWithDeclarativeValidation := []schema.GroupVersion{
3333
// Registered group versions for versioned validation fuzz testing:
34+
{Group: "", Version: "v1"},
3435
}
3536

3637
for _, gv := range typesWithDeclarativeValidation {

0 commit comments

Comments
 (0)