1 parent 415910f commit 17e3ea5Copy full SHA for 17e3ea5
1 file changed
internal/cmd/auth/activate-service-account/activate_service_account_test.go
@@ -101,17 +101,6 @@ func TestParseInput(t *testing.T) {
101
model.OnlyPrintAccessToken = false
102
}),
103
},
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
115
}
116
117
for _, tt := range tests {
0 commit comments