diff --git a/command/plan_test.go b/command/plan_test.go index 0c732115f..c102e60bd 100644 --- a/command/plan_test.go +++ b/command/plan_test.go @@ -933,7 +933,7 @@ func TestPlan_init_required(t *testing.T) { }, } - args := []string{} + args := []string{"-no-color"} code := c.Run(args) output := done(t) if code != 1 {