From 46c2dce0fb28fe655457fa3e44b85f9bfcccccf5 Mon Sep 17 00:00:00 2001 From: Alisdair McDiarmid Date: Mon, 22 Mar 2021 16:38:56 -0400 Subject: [PATCH] Fix broken test --- command/plan_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {