Fix err test

pull/23177/head
Pam Selle 7 years ago
parent 8f04ab3eaf
commit 90ecd17bd5

@ -2079,7 +2079,7 @@ func TestContext2Apply_provisionerDestroyForEach(t *testing.T) {
if diags == nil {
t.Fatal("should error")
}
if !strings.Contains(diags.Err().Error(), "each.value is unknown and cannot be used in this context") {
if !strings.Contains(diags.Err().Error(), "each.value cannot be used in this context") {
t.Fatal("unexpected error:", diags.Err())
}
}

Loading…
Cancel
Save