From 09e0727d5e86ca1fea20033e485a410e73ea4b03 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 26 Jan 2017 14:48:17 -0800 Subject: [PATCH] command/plan: revert test change on this output --- command/plan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/plan_test.go b/command/plan_test.go index 3f0e2cf265..426cac8250 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, "cannot be computed") { + if !strings.Contains(actual, "can't reference") { t.Fatalf("bad: %s", actual) } }