ignored value in this test should not be marked

This commit is contained in:
James Bardin 2021-07-19 15:33:38 -04:00
parent e574f73f61
commit 66a5950acb
1 changed files with 1 additions and 1 deletions

View File

@ -4794,7 +4794,7 @@ func TestContext2Plan_ignoreChangesSensitive(t *testing.T) {
checkVals(t, objectVal(t, schema, map[string]cty.Value{
"id": cty.StringVal("bar"),
"ami": cty.StringVal("ami-abcd1234").Mark(marks.Sensitive),
"ami": cty.StringVal("ami-abcd1234"),
"type": cty.StringVal("aws_instance"),
}), ric.After)
}