fix validation test

This commit is contained in:
Kevin Wiesmueller 2021-03-05 00:47:13 +01:00
parent 2d1ba0c358
commit 94149efd8a

View File

@ -266,11 +266,6 @@ func TestValidateManagedFieldsInvalid(t *testing.T) {
Manager: "field\nmanager",
APIVersion: "v1",
},
{
Operation: metav1.ManagedFieldsOperationUpdate,
FieldsType: "FieldsV1",
// APIVersion missing
},
}
for _, test := range tests {