Skip to content

Commit f939d62

Browse files
Unskip TestSchemaGeneration/unparameterized. Update golden files.
1 parent 6d943ce commit f939d62

File tree

5 files changed

+39
-9
lines changed

5 files changed

+39
-9
lines changed

dynamic/provider_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,6 @@ func TestSchemaGeneration(t *testing.T) { //nolint:paralleltest
417417
skipWindows(t)
418418

419419
t.Run("unparameterized", func(t *testing.T) {
420-
t.Skipf("Skipping due to https://github.com/pulumi/pulumi/issues/19274")
421420
helper.Integration(t)
422421
ctx := context.Background()
423422

dynamic/testdata/TestSchemaGeneration/unparameterized.golden

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,36 @@
1313
"moduleFormat": "(.*)(?:/[^/]*)"
1414
},
1515
"config": {},
16-
"provider": {}
16+
"provider": {},
17+
"functions": {
18+
"pulumi:providers:terraform-provider/terraformConfig": {
19+
"description": "This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.",
20+
"inputs": {
21+
"properties": {
22+
"__self__": {
23+
"type": "ref",
24+
"$ref": "#/provider"
25+
}
26+
},
27+
"type": "pulumi:providers:terraform-provider/terraformConfig",
28+
"required": [
29+
"__self__"
30+
]
31+
},
32+
"outputs": {
33+
"properties": {
34+
"result": {
35+
"additionalProperties": {
36+
"$ref": "pulumi.json#/Any"
37+
},
38+
"type": "object"
39+
}
40+
},
41+
"required": [
42+
"result"
43+
],
44+
"type": "object"
45+
}
46+
}
47+
}
1748
}

0 commit comments

Comments
 (0)