Fixed failing junits due to missing buildpacks property

This commit is contained in:
nsingh@pivotal.io
2018-12-11 08:47:46 -08:00
parent c9e2e1f061
commit 8b312aa95a

View File

@@ -39,6 +39,7 @@ public class ManifestYmlSchemaTest {
private static final String[] NESTED_PROP_NAMES = {
// "applications",
"buildpack",
"buildpacks",
"command",
"disk_quota",
"domain",
@@ -65,6 +66,7 @@ public class ManifestYmlSchemaTest {
private static final String[] TOPLEVEL_PROP_NAMES = {
"applications",
"buildpack",
"buildpacks",
"command",
"disk_quota",
"domain",