mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 21:47:07 +00:00
fix validation test
This commit is contained in:
parent
2d1ba0c358
commit
94149efd8a
@ -266,11 +266,6 @@ func TestValidateManagedFieldsInvalid(t *testing.T) {
|
|||||||
Manager: "field\nmanager",
|
Manager: "field\nmanager",
|
||||||
APIVersion: "v1",
|
APIVersion: "v1",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
Operation: metav1.ManagedFieldsOperationUpdate,
|
|
||||||
FieldsType: "FieldsV1",
|
|
||||||
// APIVersion missing
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, test := range tests {
|
for _, test := range tests {
|
||||||
|
Loading…
Reference in New Issue
Block a user