mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-24 11:02:03 -04:00
Fix broken test
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user