diff --git a/headless-services/manifest-yaml-language-server/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYmlSchemaTest.java b/headless-services/manifest-yaml-language-server/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYmlSchemaTest.java index d6c0ab5ef..bfedcb987 100644 --- a/headless-services/manifest-yaml-language-server/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYmlSchemaTest.java +++ b/headless-services/manifest-yaml-language-server/src/test/java/org/springframework/ide/vscode/manifest/yaml/ManifestYmlSchemaTest.java @@ -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",