test: re-enable undefined prop test

Rather than checking for failure, we verify that the computable part of
the configuration gets outputted.

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-01-20 18:54:44 -08:00
parent 72c0851e01
commit 69cd9dd323
2 changed files with 4 additions and 3 deletions

View File

@@ -1,18 +0,0 @@
package testing
bar: string
#dagger: {
compute: [
{
do: "fetch-container"
ref: "alpine"
},
{
do: "exec"
dir: "/"
args: ["sh", "-c", "echo \(foo.bar)"]
}
]
foo: bar: bar
}