Skip to content

Commit 7a771cb

Browse files
committed
chore(logs): redo using highest level testutils func
1 parent 90cbdf5 commit 7a771cb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

internal/cmd/logs/access_token/create/create_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,7 @@ func TestParseInput(t *testing.T) {
192192

193193
for _, tt := range tests {
194194
t.Run(tt.description, func(t *testing.T) {
195-
testutils.TestParseInputWithOptions(t, NewCmd, parseInput, tt.expectedModel, tt.argValues, tt.flagValues, nil, tt.isValid, []testutils.TestingOption{
196-
testutils.WithCmpOptions(cmpopts.EquateEmpty()),
197-
})
195+
testutils.TestParseInput(t, NewCmd, parseInput, tt.expectedModel, tt.argValues, tt.flagValues, tt.isValid)
198196
})
199197
}
200198
}

0 commit comments

Comments
 (0)