Skip to content

Commit 17e3ea5

Browse files
committed
remove test case
1 parent 415910f commit 17e3ea5

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

internal/cmd/auth/activate-service-account/activate_service_account_test.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,6 @@ func TestParseInput(t *testing.T) {
101101
model.OnlyPrintAccessToken = false
102102
}),
103103
},
104-
{
105-
description: "oidc_mode_no_key_required",
106-
flagValues: map[string]string{},
107-
isValid: true,
108-
expectedModel: &inputModel{
109-
ServiceAccountToken: "",
110-
ServiceAccountKeyPath: "",
111-
PrivateKeyPath: "",
112-
OnlyPrintAccessToken: false,
113-
},
114-
},
115104
}
116105

117106
for _, tt := range tests {

0 commit comments

Comments
 (0)