File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
internal/cmd/config/unset Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ func fixtureFlagValues(mods ...func(flagValues map[string]bool)) map[string]bool
1717 outputFormatFlag : true ,
1818 projectIdFlag : true ,
1919 verbosityFlag : true ,
20+ assumeYesFlag : true ,
2021
2122 sessionTimeLimitFlag : true ,
2223 identityProviderCustomWellKnownConfigurationFlag : true ,
@@ -62,6 +63,7 @@ func fixtureInputModel(mods ...func(model *inputModel)) *inputModel {
6263 OutputFormat : true ,
6364 ProjectId : true ,
6465 Verbosity : true ,
66+ AssumeYes : true ,
6567
6668 SessionTimeLimit : true ,
6769 IdentityProviderCustomEndpoint : true ,
@@ -123,6 +125,7 @@ func TestParseInput(t *testing.T) {
123125 model .OutputFormat = false
124126 model .ProjectId = false
125127 model .Verbosity = false
128+ model .AssumeYes = false
126129
127130 model .SessionTimeLimit = false
128131 model .IdentityProviderCustomEndpoint = false
You can’t perform that action at this time.
0 commit comments