Skip to content

Commit

Permalink
Add fake kubernetes back into arg parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Eckert committed Jun 22, 2022
1 parent 9837ec6 commit 8f8b0be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cmd/proxy/list/command_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ func TestArgumentParsing(t *testing.T) {
for name, tc := range cases {
t.Run(name, func(t *testing.T) {
c := getInitializedCommand(t)
c.kubernetes = fake.NewSimpleClientset()
out := c.Run(tc.args)
require.Equal(t, tc.out, out)
})
Expand Down

0 comments on commit 8f8b0be

Please sign in to comment.