Skip to content

Commit

Permalink
Fix linter in test function
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Aug 31, 2023
1 parent 0573b10 commit 9d63263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/router/tester/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ func (b *Harness) Invoke(t *testing.T, input kclient.Object, handler router.Hand
}

func (b *Harness) SanitizedYAML(t *testing.T, objs []kclient.Object) string {
t.Helper()
var yamls []string
for _, o := range objs {
gvk, err := apiutil.GVKForObject(o, b.Scheme)
Expand Down

0 comments on commit 9d63263

Please sign in to comment.