diff --git a/command/apply_test.go b/command/apply_test.go index 65d341293..01c230326 100644 --- a/command/apply_test.go +++ b/command/apply_test.go @@ -603,7 +603,8 @@ func TestApply_plan_backup(t *testing.T) { if err != nil { t.Fatal(err) } - args := []string{"-state-out", statePath, + args := []string{ + "-state-out", statePath, "-backup", backupPath, planPath, }