tests: fix missed test update from last merge

This commit is contained in:
Paul Hinze 2015-08-13 10:11:12 -05:00
parent 109393d931
commit c618132085
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ func TestContext2Plan_preventDestroy_destroyPlan(t *testing.T) {
plan, err := ctx.Plan()
expectedErr := "aws_instance.foo: plan would destroy"
expectedErr := "aws_instance.foo: the plan would destroy"
if !strings.Contains(fmt.Sprintf("%s", err), expectedErr) {
t.Fatalf("expected err would contain %q\nerr: %s\nplan: %s",
expectedErr, err, plan)