Skip to content

Commit 21ae664

Browse files
committed
fix(config) add assume-yes to unset_test
1 parent 7ef110c commit 21ae664

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

internal/cmd/config/unset/unset_test.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)