update comment for fixed test

pull/32551/head
James Bardin 3 years ago
parent 8e917e5513
commit d1d55653e4

@ -1989,8 +1989,9 @@ func TestProposedNew(t *testing.T) {
}, },
// A nested object with computed attributes, which is contained in an // A nested object with computed attributes, which is contained in an
// optional+computed container. The entire prior nested value should be // optional+computed container. The prior nested object contains values
// represented in the proposed new object if the configuration is null. // which could not be computed, therefor the proposed new value must be
// the null value from the configuration.
"computed within optional+computed": { "computed within optional+computed": {
&configschema.Block{ &configschema.Block{
Attributes: map[string]*configschema.Attribute{ Attributes: map[string]*configschema.Attribute{

Loading…
Cancel
Save