Skip to content

Commit 24e7ac3

Browse files
Update test schema (#3110)
The file was always appearing dirty after running tests, looks like we forgot to update it at some point.
1 parent 381c6c5 commit 24e7ac3

File tree

1 file changed

+4
-1
lines changed
  • internal/testprovider_sdkv2/cmd/pulumi-resource-tpsdkv2

1 file changed

+4
-1
lines changed

internal/testprovider_sdkv2/cmd/pulumi-resource-tpsdkv2/schema.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,10 @@
168168
"outputs": {
169169
"properties": {
170170
"result": {
171-
"type": "string"
171+
"additionalProperties": {
172+
"$ref": "pulumi.json#/Any"
173+
},
174+
"type": "object"
172175
}
173176
},
174177
"required": [

0 commit comments

Comments
 (0)