mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
command/plan: revert test change on this output
This commit is contained in:
parent
87253e448c
commit
09e0727d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue