Skip to content

Commit 08959a0

Browse files
committed
Fix issue with validate_devfile_schemas
1 parent 3bd3695 commit 08959a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/validate_devfile_schemas/validate_devfile_schemas_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ var _ = Describe("validate stacks follow the schema", func() {
4747
It(fmt.Sprintf("stack: %s", dir), func() {
4848
path := filepath.Join(stacksPath, dir, "devfile.yaml")
4949

50+
convertKubernetesContentInUri := false
5051
parserArgs := parser.ParserArgs{
51-
Path: path,
52+
Path: path,
53+
ConvertKubernetesContentInUri: &convertKubernetesContentInUri,
5254
}
5355

5456
GinkgoWriter.Println(parserArgs)

0 commit comments

Comments
 (0)