mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
command: update test failure to correct message
This commit is contained in:
parent
cf46e1c3e0
commit
b8c310c61e
@ -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)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user