diff --git a/command/e2etest/primary_test.go b/command/e2etest/primary_test.go index e0bccacc57..8e1f1496e3 100644 --- a/command/e2etest/primary_test.go +++ b/command/e2etest/primary_test.go @@ -109,8 +109,8 @@ func TestPrimarySeparatePlan(t *testing.T) { t.Fatalf("unexpected destroy error: %s\nstderr:\n%s", err, stderr) } - if !strings.Contains(stdout, "Resources: 2 destroyed") { - t.Errorf("incorrect destroy tally; want 2 destroyed:\n%s", stdout) + if !strings.Contains(stdout, "Resources: 1 destroyed") { + t.Errorf("incorrect destroy tally; want 1 destroyed:\n%s", stdout) } state, err = tf.LocalState()