remove subpath feature validation failure

This commit is contained in:
Jordan Liggitt
2018-12-18 10:11:29 -05:00
parent de96583d8c
commit c4a0254201
2 changed files with 2 additions and 6 deletions

View File

@@ -4931,7 +4931,7 @@ func TestValidateDisabledSubpath(t *testing.T) {
SubPath: "baz",
},
},
true,
false, // validation should not fail, dropping the field is handled in PrepareForCreate/PrepareForUpdate
},
}