mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix broken test
This commit is contained in:
parent
b9138f4465
commit
46c2dce0fb
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user