command/plan: revert test change on this output

pull/11286/head
Mitchell Hashimoto 9 years ago
parent 87253e448c
commit 09e0727d5e
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A

@ -575,7 +575,7 @@ func TestPlan_validate(t *testing.T) {
}
actual := ui.ErrorWriter.String()
if !strings.Contains(actual, "cannot be computed") {
if !strings.Contains(actual, "can't reference") {
t.Fatalf("bad: %s", actual)
}
}

Loading…
Cancel
Save