diff --git a/command/plan_test.go b/command/plan_test.go index 426cac825..3f0e2cf26 100644 --- a/command/plan_test.go +++ b/command/plan_test.go @@ -575,7 +575,7 @@ func TestPlan_validate(t *testing.T) { } actual := ui.ErrorWriter.String() - if !strings.Contains(actual, "can't reference") { + if !strings.Contains(actual, "cannot be computed") { t.Fatalf("bad: %s", actual) } }