Skip to content

Commit a8ad0b6

Browse files
add todo for type changes
1 parent 2a50b2b commit a8ad0b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/pf/tests/diff_test/diff_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func TestPFDetailedDiffDynamicType(t *testing.T) {
218218
})
219219

220220
t.Run("type change", func(t *testing.T) {
221-
// TODO[pulumi/pulumi-terraform-bridge#3078]
221+
// TODO[pulumi/pulumi-terraform-bridge#3122]
222222
t.Skip(`Error converting tftypes.Number<"1"> (value2) at "AttributeName(\"key\")": can't unmarshal tftypes.Number into *string, expected string`)
223223
crosstests.Diff(t, res,
224224
map[string]cty.Value{"key": cty.StringVal("value")},
@@ -266,7 +266,7 @@ func TestPFDetailedDiffNestedDynamicType(t *testing.T) {
266266
})
267267

268268
t.Run("type change", func(t *testing.T) {
269-
// TODO[pulumi/pulumi-terraform-bridge#3078]
269+
// TODO[pulumi/pulumi-terraform-bridge#3122]
270270
t.Skip(`Error converting tftypes.Number<"1"> (value2) at "AttributeName(\"key\")": can't unmarshal tftypes.Number into *string, expected string`)
271271
crosstests.Diff(t, res,
272272
map[string]cty.Value{"key": cty.ObjectVal(map[string]cty.Value{"nested": cty.StringVal("value")})},

0 commit comments

Comments
 (0)